Html Css Color HEX #371AFE Han Purple

📋 copy color: '#371AFE'

red 55 ◦ green 26 ◦ blue 254

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

Shades of Han Purple #371AFE

Tints of Han Purple #371AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.82%

R = 16.42%
G = 7.76%
B = 75.82%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#371AFE (or 0x371AFE) is known color: Han Purple. HEX triplet: 37, 1A and FE. RGB value is (55,26,254). Sum of RGB (Red+Green+Blue) = 55+26+254=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #371AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AFE is #C8E501. Grayscale: #3B3B3B. Windows color (decimal): -13165826 or 16652855. OLE color: 16652855.

HSL color Cylindrical-coordinate representation of color #371AFE: hue angle of 247.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #371AFE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 26 254 -
CMYK 0.78 0.90 0 0.00
HSL 247.63º 0.99% 0.55% -
HSV(B) 247.63º 0.9% 1% -
XYZ 19.83 8.71 94.4 -
YUV 60.66 237.11 123.96 -
System Red Green Blue C M Y K H S L
Decimal 55 26 254 0.78 0.90 0 0.00 247.63 0.99 0.55
Hex 37 1A FE 4E 5A 0 0 F8 63 37
Octal 67 32 376 116 132 0 0 370 143 67
Binary 110111 11010 11111110 1001110 1011010 0 0 11111000 1100011 110111

Color Harmonies of #371AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AFE

Black with #371AFE

Text Example


Text Example

White with #371AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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