Html Css Color HEX #370ECD Han Purple

📋 copy color: '#370ECD'

red 55 ◦ green 14 ◦ blue 205

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

Shades of Han Purple #370ECD

Tints of Han Purple #370ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 20.07%
G = 5.11%
B = 74.82%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370ECD (or 0x370ECD) is known color: Han Purple. HEX triplet: 37, 0E and CD. RGB value is (55,14,205). Sum of RGB (Red+Green+Blue) = 55+14+205=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #370ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ECD is #C8F132. Grayscale: #2F2F2F. Windows color (decimal): -13168947 or 13438519. OLE color: 13438519.

HSL color Cylindrical-coordinate representation of color #370ECD: hue angle of 252.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370ECD is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 14 205 -
CMYK 0.73 0.93 0 0.20
HSL 252.88º 0.87% 0.43% -
HSV(B) 252.88º 0.93% 0.8% -
XYZ 12.75 5.53 58.15 -
YUV 48.03 216.58 132.97 -
System Red Green Blue C M Y K H S L
Decimal 55 14 205 0.73 0.93 0 0.20 252.88 0.87 0.43
Hex 37 E CD 49 5D 0 14 FD 57 2B
Octal 67 16 315 111 135 0 24 375 127 53
Binary 110111 1110 11001101 1001001 1011101 0 10100 11111101 1010111 101011

Color Harmonies of #370ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ECD

Black with #370ECD

Text Example


Text Example

White with #370ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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