Html Css Color HEX #371AEC Han Purple

📋 copy color: '#371AEC'

red 55 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #371AEC

Tints of Han Purple #371AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 17.35%
G = 8.2%
B = 74.45%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#371AEC (or 0x371AEC) is known color: Han Purple. HEX triplet: 37, 1A and EC. RGB value is (55,26,236). Sum of RGB (Red+Green+Blue) = 55+26+236=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #371AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AEC is #C8E513. Grayscale: #393939. Windows color (decimal): -13165844 or 15473207. OLE color: 15473207.

HSL color Cylindrical-coordinate representation of color #371AEC: hue angle of 248.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371AEC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 26 236 -
CMYK 0.77 0.89 0 0.07
HSL 248.29º 0.85% 0.51% -
HSV(B) 248.29º 0.89% 0.93% -
XYZ 17.09 7.61 79.92 -
YUV 58.61 228.11 125.42 -
System Red Green Blue C M Y K H S L
Decimal 55 26 236 0.77 0.89 0 0.07 248.29 0.85 0.51
Hex 37 1A EC 4D 59 0 7 F8 55 33
Octal 67 32 354 115 131 0 7 370 125 63
Binary 110111 11010 11101100 1001101 1011001 0 111 11111000 1010101 110011

Color Harmonies of #371AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AEC

Black with #371AEC

Text Example


Text Example

White with #371AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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