#3d24be

Color #3D24BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3D24BE

Tints of Purple Heart #3D24BE

Color information

#3D24BE (or 0x3D24BE) is unknown color: approx Purple Heart. HEX triplet: 3D, 24 and BE. RGB value is (61,36,190). Sum of RGB (Red+Green+Blue) = 61+36+190=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D24BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D24BE is #C2DB41. Grayscale: #3C3C3C. Windows color (decimal): -12770114 or 12461117. OLE color: 12461117.

HSL color Cylindrical-coordinate representation of color #3D24BE: hue angle of 249.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D24BE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6136190-
CMYK0.680.8100.25
HSL249.74º68.14%44.31%-
HSV(B)249.74º81.05%74.51%-
XYZ11.855.9749.24-
YUV61.03200.78127.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=21.25%
G=12.54%
B=66.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61361900.680.8100.25249.7468.1444.31
Hex3D24BE4451019fa442c
Octal754427610412103137210454
Binary1111011001001011111010001001010001011001111110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d24be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3d24be; }

 p { color: rgb(61,36,190); }

 H1.HeaderClassName
 {
   color: #3d24be;
 }
 .AnyTagClassName
 {
   color: #3d24be;
 }
</style>
background-color css

<style>
 a { background-color: #3d24be; }

 a { background-color: rgb(61,36,190); }

 div.DivClassName
 {
   background-color: #3d24be;
 }
 .BgClassName
 {
   background-color: #3d24be;
 }
</style>
border-color css

<style>
 span { border-color: #3d24be; }

 span { border-color: rgb(61,36,190); }

 td.TdClassName
 {
   border-color: #3d24be;
 }
 .TagClassName
 {
   border-color: #3d24be;
 }
</style>