Html Css Color HEX #3D24CA Purple Heart

📋 copy color: '#3D24CA'

red 61 ◦ green 36 ◦ blue 202

#3D24CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3D24CA

Tints of Purple Heart #3D24CA

RGB

 RED value IS 61 (24.22% from 255) = 20.4%

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 202 (79.3% from 255) = 67.56%

R = 20.4%
G = 12.04%
B = 67.56%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D24CA (or 0x3D24CA) is known color: Purple Heart. HEX triplet: 3D, 24 and CA. RGB value is (61,36,202). Sum of RGB (Red+Green+Blue) = 61+36+202=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D24CA is #C2DB35. Grayscale: #3D3D3D. Windows color (decimal): -12770102 or 13247549. OLE color: 13247549.

HSL color Cylindrical-coordinate representation of color #3D24CA: hue angle of 249.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D24CA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 36 202 -
CMYK 0.70 0.82 0 0.21
HSL 249.04º 0.7% 0.47% -
HSV(B) 249.04º 0.82% 0.79% -
XYZ 13.22 6.52 56.44 -
YUV 62.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 61 36 202 0.70 0.82 0 0.21 249.04 0.7 0.47
Hex 3D 24 CA 46 52 0 15 F9 46 2F
Octal 75 44 312 106 122 0 25 371 106 57
Binary 111101 100100 11001010 1000110 1010010 0 10101 11111001 1000110 101111

Color Harmonies of #3D24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D24CA

Black with #3D24CA

Text Example


Text Example

White with #3D24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D24CA;
 }
 .AnyTagClassName
 {
   color: #3D24CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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