Html Css Color HEX #370DD8 Han Purple

📋 copy color: '#370DD8'

red 55 ◦ green 13 ◦ blue 216

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

Shades of Han Purple #370DD8

Tints of Han Purple #370DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 216 (84.77% from 255) = 76.06%

R = 19.37%
G = 4.58%
B = 76.06%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370DD8 (or 0x370DD8) is known color: Han Purple. HEX triplet: 37, 0D and D8. RGB value is (55,13,216). Sum of RGB (Red+Green+Blue) = 55+13+216=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #370DD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DD8 is #C8F227. Grayscale: #2F2F2F. Windows color (decimal): -13169192 or 14159159. OLE color: 14159159.

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

Color convert

RGB 55 13 216 -
CMYK 0.75 0.94 0 0.15
HSL 252.41º 0.89% 0.45% -
HSV(B) 252.41º 0.94% 0.85% -
XYZ 14.11 6.06 65.39 -
YUV 48.7 222.41 132.49 -
System Red Green Blue C M Y K H S L
Decimal 55 13 216 0.75 0.94 0 0.15 252.41 0.89 0.45
Hex 37 D D8 4B 5E 0 F FC 59 2D
Octal 67 15 330 113 136 0 17 374 131 55
Binary 110111 1101 11011000 1001011 1011110 0 1111 11111100 1011001 101101

Color Harmonies of #370DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DD8

Black with #370DD8

Text Example


Text Example

White with #370DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,13,216); }

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

background-color css

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

 a { background-color: rgb(55,13,216); }

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

border-color css

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

 span { border-color: rgb(55,13,216); }

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