Html Css Color HEX #371DFE Han Purple

📋 copy color: '#371DFE'

red 55 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #371DFE

Tints of Han Purple #371DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.15%

R = 16.27%
G = 8.58%
B = 75.15%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#371DFE (or 0x371DFE) is known color: Han Purple. HEX triplet: 37, 1D and FE. RGB value is (55,29,254). Sum of RGB (Red+Green+Blue) = 55+29+254=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #371DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DFE is #C8E201. Grayscale: #3D3D3D. Windows color (decimal): -13165058 or 16653623. OLE color: 16653623.

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

Color convert

RGB 55 29 254 -
CMYK 0.78 0.89 0 0.00
HSL 246.93º 0.99% 0.55% -
HSV(B) 246.93º 0.89% 1% -
XYZ 19.9 8.85 94.42 -
YUV 62.42 236.11 122.7 -
System Red Green Blue C M Y K H S L
Decimal 55 29 254 0.78 0.89 0 0.00 246.93 0.99 0.55
Hex 37 1D FE 4E 59 0 0 F7 63 37
Octal 67 35 376 116 131 0 0 367 143 67
Binary 110111 11101 11111110 1001110 1011001 0 0 11110111 1100011 110111

Color Harmonies of #371DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DFE

Black with #371DFE

Text Example


Text Example

White with #371DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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