Html Css Color HEX #371FFF Han Purple

📋 copy color: '#371FFF'

red 55 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #371FFF

Tints of Han Purple #371FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 16.13%
G = 9.09%
B = 74.78%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#371FFF (or 0x371FFF) is known color: Han Purple. HEX triplet: 37, 1F and FF. RGB value is (55,31,255). Sum of RGB (Red+Green+Blue) = 55+31+255=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #371FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FFF is #C8E000. Grayscale: #3E3E3E. Windows color (decimal): -13164545 or 16719671. OLE color: 16719671.

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

Color convert

RGB 55 31 255 -
CMYK 0.78 0.88 0 0
HSL 246.43º 1% 0.56% -
HSV(B) 246.43º 0.88% 1% -
XYZ 20.12 9.01 95.29 -
YUV 63.71 235.95 121.79 -
System Red Green Blue C M Y K H S L
Decimal 55 31 255 0.78 0.88 0 0 246.43 1 0.56
Hex 37 1F FF 4E 58 0 0 F6 64 38
Octal 67 37 377 116 130 0 0 366 144 70
Binary 110111 11111 11111111 1001110 1011000 0 0 11110110 1100100 111000

Color Harmonies of #371FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FFF

Black with #371FFF

Text Example


Text Example

White with #371FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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