Html Css Color HEX #370DFE Han Purple

📋 copy color: '#370DFE'

red 55 ◦ green 13 ◦ blue 254

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

Shades of Han Purple #370DFE

Tints of Han Purple #370DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

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

R = 17.08%
G = 4.04%
B = 78.88%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#370DFE (or 0x370DFE) is known color: Han Purple. HEX triplet: 37, 0D and FE. RGB value is (55,13,254). Sum of RGB (Red+Green+Blue) = 55+13+254=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #370DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370DFE is #C8F201. Grayscale: #343434. Windows color (decimal): -13169154 or 16649527. OLE color: 16649527.

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

Color convert

RGB 55 13 254 -
CMYK 0.78 0.95 0 0.00
HSL 250.46º 0.99% 0.52% -
HSV(B) 250.46º 0.95% 1% -
XYZ 19.61 8.26 94.33 -
YUV 53.03 241.41 129.4 -
System Red Green Blue C M Y K H S L
Decimal 55 13 254 0.78 0.95 0 0.00 250.46 0.99 0.52
Hex 37 D FE 4E 5F 0 0 FA 63 34
Octal 67 15 376 116 137 0 0 372 143 64
Binary 110111 1101 11111110 1001110 1011111 0 0 11111010 1100011 110100

Color Harmonies of #370DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DFE

Black with #370DFE

Text Example


Text Example

White with #370DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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