Html Css Color HEX #3B24CA Purple Heart

📋 copy color: '#3B24CA'

red 59 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #3B24CA

Tints of Purple Heart #3B24CA

RGB

 RED value IS 59 (23.44% from 255) = 19.87%

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

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

R = 19.87%
G = 12.12%
B = 68.01%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B24CA (or 0x3B24CA) is known color: Purple Heart. HEX triplet: 3B, 24 and CA. RGB value is (59,36,202). Sum of RGB (Red+Green+Blue) = 59+36+202=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B24CA is #C4DB35. Grayscale: #3D3D3D. Windows color (decimal): -12901174 or 13247547. OLE color: 13247547.

HSL color Cylindrical-coordinate representation of color #3B24CA: hue angle of 248.31º 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 #3B24CA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 36 202 -
CMYK 0.71 0.82 0 0.21
HSL 248.31º 0.7% 0.47% -
HSV(B) 248.31º 0.82% 0.79% -
XYZ 13.1 6.46 56.43 -
YUV 61.8 207.12 126 -
System Red Green Blue C M Y K H S L
Decimal 59 36 202 0.71 0.82 0 0.21 248.31 0.7 0.47
Hex 3B 24 CA 47 52 0 15 F8 46 2F
Octal 73 44 312 107 122 0 25 370 106 57
Binary 111011 100100 11001010 1000111 1010010 0 10101 11111000 1000110 101111

Color Harmonies of #3B24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24CA

Black with #3B24CA

Text Example


Text Example

White with #3B24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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