Html Css Color HEX #370EEC Han Purple

📋 copy color: '#370EEC'

red 55 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #370EEC

Tints of Han Purple #370EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 77.38%

R = 18.03%
G = 4.59%
B = 77.38%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370EEC (or 0x370EEC) is known color: Han Purple. HEX triplet: 37, 0E and EC. RGB value is (55,14,236). Sum of RGB (Red+Green+Blue) = 55+14+236=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #370EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EEC is #C8F113. Grayscale: #323232. Windows color (decimal): -13168916 or 15470135. OLE color: 15470135.

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

Color convert

RGB 55 14 236 -
CMYK 0.77 0.94 0 0.07
HSL 251.08º 0.89% 0.49% -
HSV(B) 251.08º 0.94% 0.93% -
XYZ 16.87 7.18 79.85 -
YUV 51.57 232.08 130.45 -
System Red Green Blue C M Y K H S L
Decimal 55 14 236 0.77 0.94 0 0.07 251.08 0.89 0.49
Hex 37 E EC 4D 5E 0 7 FB 59 31
Octal 67 16 354 115 136 0 7 373 131 61
Binary 110111 1110 11101100 1001101 1011110 0 111 11111011 1011001 110001

Color Harmonies of #370EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EEC

Black with #370EEC

Text Example


Text Example

White with #370EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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