Html Css Color HEX #370DDC Han Purple

📋 copy color: '#370DDC'

red 55 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #370DDC

Tints of Han Purple #370DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 19.1%
G = 4.51%
B = 76.39%

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

#370DDC (or 0x370DDC) is known color: Han Purple. HEX triplet: 37, 0D and DC. RGB value is (55,13,220). Sum of RGB (Red+Green+Blue) = 55+13+220=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #370DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DDC is #C8F223. Grayscale: #303030. Windows color (decimal): -13169188 or 14421303. OLE color: 14421303.

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

Color convert

RGB 55 13 220 -
CMYK 0.75 0.94 0 0.14
HSL 252.17º 0.89% 0.46% -
HSV(B) 252.17º 0.94% 0.86% -
XYZ 14.64 6.27 68.15 -
YUV 49.16 224.41 132.17 -
System Red Green Blue C M Y K H S L
Decimal 55 13 220 0.75 0.94 0 0.14 252.17 0.89 0.46
Hex 37 D DC 4B 5E 0 E FC 59 2E
Octal 67 15 334 113 136 0 16 374 131 56
Binary 110111 1101 11011100 1001011 1011110 0 1110 11111100 1011001 101110

Color Harmonies of #370DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DDC

Black with #370DDC

Text Example


Text Example

White with #370DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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