Html Css Color HEX #3712DC Han Purple

📋 copy color: '#3712DC'

red 55 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #3712DC

Tints of Han Purple #3712DC

RGB

 RED value IS 55 (21.88% from 255) = 18.77%

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

 BLUE value IS 220 (86.33% from 255) = 75.09%

R = 18.77%
G = 6.14%
B = 75.09%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3712DC (or 0x3712DC) is known color: Han Purple. HEX triplet: 37, 12 and DC. RGB value is (55,18,220). Sum of RGB (Red+Green+Blue) = 55+18+220=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #3712DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3712DC is #C8ED23. Grayscale: #333333. Windows color (decimal): -13167908 or 14422583. OLE color: 14422583.

HSL color Cylindrical-coordinate representation of color #3712DC: hue angle of 250.99º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3712DC is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 18 220 -
CMYK 0.75 0.92 0 0.14
HSL 250.99º 0.85% 0.47% -
HSV(B) 250.99º 0.92% 0.86% -
XYZ 14.71 6.41 68.17 -
YUV 52.09 222.76 130.07 -
System Red Green Blue C M Y K H S L
Decimal 55 18 220 0.75 0.92 0 0.14 250.99 0.85 0.47
Hex 37 12 DC 4B 5C 0 E FB 55 2F
Octal 67 22 334 113 134 0 16 373 125 57
Binary 110111 10010 11011100 1001011 1011100 0 1110 11111011 1010101 101111

Color Harmonies of #3712DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3712DC

Black with #3712DC

Text Example


Text Example

White with #3712DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3712DC; }

 p { color: rgb(55,18,220); }

 H1.HeaderClassName
 {
   color: #3712DC;
 }
 .AnyTagClassName
 {
   color: #3712DC;
 }
</style>

background-color css

<style>
 a { background-color: #3712DC; }

 a { background-color: rgb(55,18,220); }

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

border-color css

<style>
 span { border-color: #3712DC; }

 span { border-color: rgb(55,18,220); }

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