Html Css Color HEX #371DFC Han Purple

📋 copy color: '#371DFC'

red 55 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #371DFC

Tints of Han Purple #371DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 16.37%
G = 8.63%
B = 75%

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

#371DFC (or 0x371DFC) is known color: Han Purple. HEX triplet: 37, 1D and FC. RGB value is (55,29,252). Sum of RGB (Red+Green+Blue) = 55+29+252=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #371DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DFC is #C8E203. Grayscale: #3D3D3D. Windows color (decimal): -13165060 or 16522551. OLE color: 16522551.

HSL color Cylindrical-coordinate representation of color #371DFC: hue angle of 247º 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 #371DFC is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 29 252 -
CMYK 0.78 0.88 0 0.01
HSL 247º 0.97% 0.55% -
HSV(B) 247º 0.88% 0.99% -
XYZ 19.59 8.72 92.75 -
YUV 62.2 235.11 122.87 -
System Red Green Blue C M Y K H S L
Decimal 55 29 252 0.78 0.88 0 0.01 247 0.97 0.55
Hex 37 1D FC 4E 58 0 1 F7 61 37
Octal 67 35 374 116 130 0 1 367 141 67
Binary 110111 11101 11111100 1001110 1011000 0 1 11110111 1100001 110111

Color Harmonies of #371DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DFC

Black with #371DFC

Text Example


Text Example

White with #371DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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