Html Css Color HEX #3612DF Han Purple

📋 copy color: '#3612DF'

red 54 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #3612DF

Tints of Han Purple #3612DF

RGB

 RED value IS 54 (21.48% from 255) = 18.31%

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

 BLUE value IS 223 (87.5% from 255) = 75.59%

R = 18.31%
G = 6.1%
B = 75.59%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3612DF (or 0x3612DF) is known color: Han Purple. HEX triplet: 36, 12 and DF. RGB value is (54,18,223). Sum of RGB (Red+Green+Blue) = 54+18+223=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #3612DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3612DF is #C9ED20. Grayscale: #333333. Windows color (decimal): -13233441 or 14619190. OLE color: 14619190.

HSL color Cylindrical-coordinate representation of color #3612DF: hue angle of 250.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3612DF is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 18 223 -
CMYK 0.76 0.92 0 0.13
HSL 250.54º 0.85% 0.47% -
HSV(B) 250.54º 0.92% 0.87% -
XYZ 15.06 6.54 70.28 -
YUV 52.13 224.43 129.33 -
System Red Green Blue C M Y K H S L
Decimal 54 18 223 0.76 0.92 0 0.13 250.54 0.85 0.47
Hex 36 12 DF 4C 5C 0 D FB 55 2F
Octal 66 22 337 114 134 0 15 373 125 57
Binary 110110 10010 11011111 1001100 1011100 0 1101 11111011 1010101 101111

Color Harmonies of #3612DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3612DF

Black with #3612DF

Text Example


Text Example

White with #3612DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3612DF; }

 p { color: rgb(54,18,223); }

 H1.HeaderClassName
 {
   color: #3612DF;
 }
 .AnyTagClassName
 {
   color: #3612DF;
 }
</style>

background-color css

<style>
 a { background-color: #3612DF; }

 a { background-color: rgb(54,18,223); }

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

border-color css

<style>
 span { border-color: #3612DF; }

 span { border-color: rgb(54,18,223); }

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