Html Css Color HEX #3912CC Han Purple

📋 copy color: '#3912CC'

red 57 ◦ green 18 ◦ blue 204

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

Shades of Han Purple #3912CC

Tints of Han Purple #3912CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 20.43%
G = 6.45%
B = 73.12%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3912CC (or 0x3912CC) is known color: Han Purple. HEX triplet: 39, 12 and CC. RGB value is (57,18,204). Sum of RGB (Red+Green+Blue) = 57+18+204=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #3912CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912CC is #C6ED33. Grayscale: #323232. Windows color (decimal): -13036852 or 13374009. OLE color: 13374009.

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

Color convert

RGB 57 18 204 -
CMYK 0.72 0.91 0 0.2
HSL 252.58º 0.84% 0.44% -
HSV(B) 252.58º 0.91% 0.8% -
XYZ 12.8 5.66 57.54 -
YUV 50.87 214.42 132.38 -
System Red Green Blue C M Y K H S L
Decimal 57 18 204 0.72 0.91 0 0.2 252.58 0.84 0.44
Hex 39 12 CC 48 5B 0 14 FD 54 2C
Octal 71 22 314 110 133 0 24 375 124 54
Binary 111001 10010 11001100 1001000 1011011 0 10100 11111101 1010100 101100

Color Harmonies of #3912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3912CC

Black with #3912CC

Text Example


Text Example

White with #3912CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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