Html Css Color HEX #371ACE Han Purple

📋 copy color: '#371ACE'

red 55 ◦ green 26 ◦ blue 206

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

Shades of Han Purple #371ACE

Tints of Han Purple #371ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 19.16%
G = 9.06%
B = 71.78%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#371ACE (or 0x371ACE) is known color: Han Purple. HEX triplet: 37, 1A and CE. RGB value is (55,26,206). Sum of RGB (Red+Green+Blue) = 55+26+206=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #371ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ACE is #C8E531. Grayscale: #363636. Windows color (decimal): -13165874 or 13507127. OLE color: 13507127.

HSL color Cylindrical-coordinate representation of color #371ACE: hue angle of 249.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371ACE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 26 206 -
CMYK 0.73 0.87 0 0.19
HSL 249.67º 0.78% 0.45% -
HSV(B) 249.67º 0.87% 0.81% -
XYZ 13.09 6.01 58.86 -
YUV 55.19 213.11 127.86 -
System Red Green Blue C M Y K H S L
Decimal 55 26 206 0.73 0.87 0 0.19 249.67 0.78 0.45
Hex 37 1A CE 49 57 0 13 FA 4E 2D
Octal 67 32 316 111 127 0 23 372 116 55
Binary 110111 11010 11001110 1001001 1010111 0 10011 11111010 1001110 101101

Color Harmonies of #371ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ACE

Black with #371ACE

Text Example


Text Example

White with #371ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371ACE; }

 p { color: rgb(55,26,206); }

 H1.HeaderClassName
 {
   color: #371ACE;
 }
 .AnyTagClassName
 {
   color: #371ACE;
 }
</style>

background-color css

<style>
 a { background-color: #371ACE; }

 a { background-color: rgb(55,26,206); }

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

border-color css

<style>
 span { border-color: #371ACE; }

 span { border-color: rgb(55,26,206); }

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