Html Css Color HEX #370EFE Han Purple

📋 copy color: '#370EFE'

red 55 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #370EFE

Tints of Han Purple #370EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

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

R = 17.03%
G = 4.33%
B = 78.64%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#370EFE (or 0x370EFE) is known color: Han Purple. HEX triplet: 37, 0E and FE. RGB value is (55,14,254). Sum of RGB (Red+Green+Blue) = 55+14+254=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #370EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFE is #C8F101. Grayscale: #343434. Windows color (decimal): -13168898 or 16649783. OLE color: 16649783.

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

Color convert

RGB 55 14 254 -
CMYK 0.78 0.94 0 0.00
HSL 250.25º 0.99% 0.53% -
HSV(B) 250.25º 0.94% 1% -
XYZ 19.62 8.28 94.33 -
YUV 53.62 241.08 128.99 -
System Red Green Blue C M Y K H S L
Decimal 55 14 254 0.78 0.94 0 0.00 250.25 0.99 0.53
Hex 37 E FE 4E 5E 0 0 FA 63 35
Octal 67 16 376 116 136 0 0 372 143 65
Binary 110111 1110 11111110 1001110 1011110 0 0 11111010 1100011 110101

Color Harmonies of #370EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EFE

Black with #370EFE

Text Example


Text Example

White with #370EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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