Html Css Color HEX #371FFC Han Purple

📋 copy color: '#371FFC'

red 55 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #371FFC

Tints of Han Purple #371FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 16.27%
G = 9.17%
B = 74.56%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#371FFC (or 0x371FFC) is known color: Han Purple. HEX triplet: 37, 1F and FC. RGB value is (55,31,252). Sum of RGB (Red+Green+Blue) = 55+31+252=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #371FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FFC is #C8E003. Grayscale: #3E3E3E. Windows color (decimal): -13164548 or 16523063. OLE color: 16523063.

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

Color convert

RGB 55 31 252 -
CMYK 0.78 0.88 0 0.01
HSL 246.52º 0.97% 0.55% -
HSV(B) 246.52º 0.88% 0.99% -
XYZ 19.64 8.82 92.76 -
YUV 63.37 234.45 122.03 -
System Red Green Blue C M Y K H S L
Decimal 55 31 252 0.78 0.88 0 0.01 246.52 0.97 0.55
Hex 37 1F FC 4E 58 0 1 F7 61 37
Octal 67 37 374 116 130 0 1 367 141 67
Binary 110111 11111 11111100 1001110 1011000 0 1 11110111 1100001 110111

Color Harmonies of #371FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FFC

Black with #371FFC

Text Example


Text Example

White with #371FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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