Html Css Color HEX #371CFC Han Purple

📋 copy color: '#371CFC'

red 55 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #371CFC

Tints of Han Purple #371CFC

RGB

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

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

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

R = 16.42%
G = 8.36%
B = 75.22%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#371CFC (or 0x371CFC) is known color: Han Purple. HEX triplet: 37, 1C and FC. RGB value is (55,28,252). Sum of RGB (Red+Green+Blue) = 55+28+252=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #371CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CFC is #C8E303. Grayscale: #3C3C3C. Windows color (decimal): -13165316 or 16522295. OLE color: 16522295.

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

Color convert

RGB 55 28 252 -
CMYK 0.78 0.89 0 0.01
HSL 247.23º 0.97% 0.55% -
HSV(B) 247.23º 0.89% 0.99% -
XYZ 19.56 8.67 92.74 -
YUV 61.61 235.45 123.29 -
System Red Green Blue C M Y K H S L
Decimal 55 28 252 0.78 0.89 0 0.01 247.23 0.97 0.55
Hex 37 1C FC 4E 59 0 1 F7 61 37
Octal 67 34 374 116 131 0 1 367 141 67
Binary 110111 11100 11111100 1001110 1011001 0 1 11110111 1100001 110111

Color Harmonies of #371CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CFC

Black with #371CFC

Text Example


Text Example

White with #371CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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