Html Css Color HEX #370CDB Han Purple

📋 copy color: '#370CDB'

red 55 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #370CDB

Tints of Han Purple #370CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 19.23%
G = 4.2%
B = 76.57%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#370CDB (or 0x370CDB) is known color: Han Purple. HEX triplet: 37, 0C and DB. RGB value is (55,12,219). Sum of RGB (Red+Green+Blue) = 55+12+219=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #370CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CDB is #C8F324. Grayscale: #2F2F2F. Windows color (decimal): -13169445 or 14355511. OLE color: 14355511.

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

Color convert

RGB 55 12 219 -
CMYK 0.75 0.95 0 0.14
HSL 252.46º 0.9% 0.45% -
HSV(B) 252.46º 0.95% 0.86% -
XYZ 14.49 6.19 67.45 -
YUV 48.46 224.25 132.67 -
System Red Green Blue C M Y K H S L
Decimal 55 12 219 0.75 0.95 0 0.14 252.46 0.9 0.45
Hex 37 C DB 4B 5F 0 E FC 5A 2D
Octal 67 14 333 113 137 0 16 374 132 55
Binary 110111 1100 11011011 1001011 1011111 0 1110 11111100 1011010 101101

Color Harmonies of #370CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CDB

Black with #370CDB

Text Example


Text Example

White with #370CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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