Html Css Color HEX #370AD9 Han Purple

📋 copy color: '#370AD9'

red 55 ◦ green 10 ◦ blue 217

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

Shades of Han Purple #370AD9

Tints of Han Purple #370AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 217 (85.16% from 255) = 76.95%

R = 19.5%
G = 3.55%
B = 76.95%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370AD9 (or 0x370AD9) is known color: Han Purple. HEX triplet: 37, 0A and D9. RGB value is (55,10,217). Sum of RGB (Red+Green+Blue) = 55+10+217=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 217 (85.16% from 255 or 76.95% from 282); Max value from RGB is 217 - color contains mainly: blue. Hex color #370AD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AD9 is #C8F526. Grayscale: #2E2E2E. Windows color (decimal): -13169959 or 14223927. OLE color: 14223927.

HSL color Cylindrical-coordinate representation of color #370AD9: hue angle of 253.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370AD9 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 10 217 -
CMYK 0.75 0.95 0 0.15
HSL 253.04º 0.91% 0.45% -
HSV(B) 253.04º 0.95% 0.85% -
XYZ 14.21 6.04 66.06 -
YUV 47.05 223.91 133.67 -
System Red Green Blue C M Y K H S L
Decimal 55 10 217 0.75 0.95 0 0.15 253.04 0.91 0.45
Hex 37 A D9 4B 5F 0 F FD 5B 2D
Octal 67 12 331 113 137 0 17 375 133 55
Binary 110111 1010 11011001 1001011 1011111 0 1111 11111101 1011011 101101

Color Harmonies of #370AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AD9

Black with #370AD9

Text Example


Text Example

White with #370AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,217); }

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

background-color css

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

 a { background-color: rgb(55,10,217); }

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

border-color css

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

 span { border-color: rgb(55,10,217); }

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