Html Css Color HEX #370EEB Han Purple

📋 copy color: '#370EEB'

red 55 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #370EEB

Tints of Han Purple #370EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.3%

R = 18.09%
G = 4.61%
B = 77.3%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#370EEB (or 0x370EEB) is known color: Han Purple. HEX triplet: 37, 0E and EB. RGB value is (55,14,235). Sum of RGB (Red+Green+Blue) = 55+14+235=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #370EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EEB is #C8F114. Grayscale: #323232. Windows color (decimal): -13168917 or 15404599. OLE color: 15404599.

HSL color Cylindrical-coordinate representation of color #370EEB: hue angle of 251.13º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EEB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 14 235 -
CMYK 0.77 0.94 0 0.08
HSL 251.13º 0.89% 0.49% -
HSV(B) 251.13º 0.94% 0.92% -
XYZ 16.73 7.12 79.09 -
YUV 51.45 231.58 130.53 -
System Red Green Blue C M Y K H S L
Decimal 55 14 235 0.77 0.94 0 0.08 251.13 0.89 0.49
Hex 37 E EB 4D 5E 0 8 FB 59 31
Octal 67 16 353 115 136 0 10 373 131 61
Binary 110111 1110 11101011 1001101 1011110 0 1000 11111011 1011001 110001

Color Harmonies of #370EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EEB

Black with #370EEB

Text Example


Text Example

White with #370EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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