Html Css Color HEX #370DDB Han Purple

📋 copy color: '#370DDB'

red 55 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #370DDB

Tints of Han Purple #370DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.31%

R = 19.16%
G = 4.53%
B = 76.31%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#370DDB (or 0x370DDB) is known color: Han Purple. HEX triplet: 37, 0D and DB. RGB value is (55,13,219). Sum of RGB (Red+Green+Blue) = 55+13+219=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #370DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DDB is #C8F224. Grayscale: #303030. Windows color (decimal): -13169189 or 14355767. OLE color: 14355767.

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

Color convert

RGB 55 13 219 -
CMYK 0.75 0.94 0 0.14
HSL 252.23º 0.89% 0.45% -
HSV(B) 252.23º 0.94% 0.86% -
XYZ 14.51 6.21 67.45 -
YUV 49.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 55 13 219 0.75 0.94 0 0.14 252.23 0.89 0.45
Hex 37 D DB 4B 5E 0 E FC 59 2D
Octal 67 15 333 113 136 0 16 374 131 55
Binary 110111 1101 11011011 1001011 1011110 0 1110 11111100 1011001 101101

Color Harmonies of #370DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DDB

Black with #370DDB

Text Example


Text Example

White with #370DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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