Html Css Color HEX #371CF8 Han Purple

📋 copy color: '#371CF8'

red 55 ◦ green 28 ◦ blue 248

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

Shades of Han Purple #371CF8

Tints of Han Purple #371CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 248 (97.27% from 255) = 74.92%

R = 16.62%
G = 8.46%
B = 74.92%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#371CF8 (or 0x371CF8) is known color: Han Purple. HEX triplet: 37, 1C and F8. RGB value is (55,28,248). Sum of RGB (Red+Green+Blue) = 55+28+248=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 248 (97.27% from 255 or 74.92% from 331); Max value from RGB is 248 - color contains mainly: blue. Hex color #371CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CF8 is #C8E307. Grayscale: #3C3C3C. Windows color (decimal): -13165320 or 16260151. OLE color: 16260151.

HSL color Cylindrical-coordinate representation of color #371CF8: hue angle of 247.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CF8 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 28 248 -
CMYK 0.78 0.89 0 0.03
HSL 247.36º 0.94% 0.54% -
HSV(B) 247.36º 0.89% 0.97% -
XYZ 18.93 8.42 89.43 -
YUV 61.15 233.45 123.61 -
System Red Green Blue C M Y K H S L
Decimal 55 28 248 0.78 0.89 0 0.03 247.36 0.94 0.54
Hex 37 1C F8 4E 59 0 3 F7 5E 36
Octal 67 34 370 116 131 0 3 367 136 66
Binary 110111 11100 11111000 1001110 1011001 0 11 11110111 1011110 110110

Color Harmonies of #371CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CF8

Black with #371CF8

Text Example


Text Example

White with #371CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,248); }

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

background-color css

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

 a { background-color: rgb(55,28,248); }

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

border-color css

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

 span { border-color: rgb(55,28,248); }

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