Html Css Color HEX #371DFD Han Purple

📋 copy color: '#371DFD'

red 55 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #371DFD

Tints of Han Purple #371DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 16.32%
G = 8.61%
B = 75.07%

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

#371DFD (or 0x371DFD) is known color: Han Purple. HEX triplet: 37, 1D and FD. RGB value is (55,29,253). Sum of RGB (Red+Green+Blue) = 55+29+253=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #371DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DFD is #C8E202. Grayscale: #3D3D3D. Windows color (decimal): -13165059 or 16588087. OLE color: 16588087.

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

Color convert

RGB 55 29 253 -
CMYK 0.78 0.89 0 0.01
HSL 246.96º 0.98% 0.55% -
HSV(B) 246.96º 0.89% 0.99% -
XYZ 19.74 8.78 93.58 -
YUV 62.31 235.61 122.79 -
System Red Green Blue C M Y K H S L
Decimal 55 29 253 0.78 0.89 0 0.01 246.96 0.98 0.55
Hex 37 1D FD 4E 59 0 1 F7 62 37
Octal 67 35 375 116 131 0 1 367 142 67
Binary 110111 11101 11111101 1001110 1011001 0 1 11110111 1100010 110111

Color Harmonies of #371DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DFD

Black with #371DFD

Text Example


Text Example

White with #371DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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