Html Css Color HEX #371AFC Han Purple

📋 copy color: '#371AFC'

red 55 ◦ green 26 ◦ blue 252

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

Shades of Han Purple #371AFC

Tints of Han Purple #371AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.68%

R = 16.52%
G = 7.81%
B = 75.68%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#371AFC (or 0x371AFC) is known color: Han Purple. HEX triplet: 37, 1A and FC. RGB value is (55,26,252). Sum of RGB (Red+Green+Blue) = 55+26+252=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #371AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AFC is #C8E503. Grayscale: #3B3B3B. Windows color (decimal): -13165828 or 16521783. OLE color: 16521783.

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

Color convert

RGB 55 26 252 -
CMYK 0.78 0.90 0 0.01
HSL 247.7º 0.97% 0.55% -
HSV(B) 247.7º 0.9% 0.99% -
XYZ 19.52 8.58 92.72 -
YUV 60.44 236.11 124.12 -
System Red Green Blue C M Y K H S L
Decimal 55 26 252 0.78 0.90 0 0.01 247.7 0.97 0.55
Hex 37 1A FC 4E 5A 0 1 F8 61 37
Octal 67 32 374 116 132 0 1 370 141 67
Binary 110111 11010 11111100 1001110 1011010 0 1 11111000 1100001 110111

Color Harmonies of #371AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AFC

Black with #371AFC

Text Example


Text Example

White with #371AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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