Html Css Color HEX #3918CC Purple Heart

📋 copy color: '#3918CC'

red 57 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #3918CC

Tints of Purple Heart #3918CC

RGB

 RED value IS 57 (22.66% from 255) = 20%

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 20%
G = 8.42%
B = 71.58%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3918CC (or 0x3918CC) is known color: Purple Heart. HEX triplet: 39, 18 and CC. RGB value is (57,24,204). Sum of RGB (Red+Green+Blue) = 57+24+204=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #3918CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918CC is #C6E733. Grayscale: #353535. Windows color (decimal): -13035316 or 13375545. OLE color: 13375545.

HSL color Cylindrical-coordinate representation of color #3918CC: hue angle of 251º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3918CC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 24 204 -
CMYK 0.72 0.88 0 0.2
HSL 251º 0.79% 0.45% -
HSV(B) 251º 0.88% 0.8% -
XYZ 12.91 5.88 57.58 -
YUV 54.39 212.43 129.86 -
System Red Green Blue C M Y K H S L
Decimal 57 24 204 0.72 0.88 0 0.2 251 0.79 0.45
Hex 39 18 CC 48 58 0 14 FB 4F 2D
Octal 71 30 314 110 130 0 24 373 117 55
Binary 111001 11000 11001100 1001000 1011000 0 10100 11111011 1001111 101101

Color Harmonies of #3918CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918CC

Black with #3918CC

Text Example


Text Example

White with #3918CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3918CC; }

 p { color: rgb(57,24,204); }

 H1.HeaderClassName
 {
   color: #3918CC;
 }
 .AnyTagClassName
 {
   color: #3918CC;
 }
</style>

background-color css

<style>
 a { background-color: #3918CC; }

 a { background-color: rgb(57,24,204); }

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

border-color css

<style>
 span { border-color: #3918CC; }

 span { border-color: rgb(57,24,204); }

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