Html Css Color HEX #370EDD Han Purple

📋 copy color: '#370EDD'

red 55 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #370EDD

Tints of Han Purple #370EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 18.97%
G = 4.83%
B = 76.21%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370EDD (or 0x370EDD) is known color: Han Purple. HEX triplet: 37, 0E and DD. RGB value is (55,14,221). Sum of RGB (Red+Green+Blue) = 55+14+221=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #370EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370EDD is #C8F122. Grayscale: #313131. Windows color (decimal): -13168931 or 14487095. OLE color: 14487095.

HSL color Cylindrical-coordinate representation of color #370EDD: hue angle of 251.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EDD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 14 221 -
CMYK 0.75 0.94 0 0.13
HSL 251.88º 0.88% 0.46% -
HSV(B) 251.88º 0.94% 0.87% -
XYZ 14.78 6.35 68.85 -
YUV 49.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 55 14 221 0.75 0.94 0 0.13 251.88 0.88 0.46
Hex 37 E DD 4B 5E 0 D FC 58 2E
Octal 67 16 335 113 136 0 15 374 130 56
Binary 110111 1110 11011101 1001011 1011110 0 1101 11111100 1011000 101110

Color Harmonies of #370EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EDD

Black with #370EDD

Text Example


Text Example

White with #370EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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