Html Css Color HEX #370DDE Han Purple

📋 copy color: '#370DDE'

red 55 ◦ green 13 ◦ blue 222

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

Shades of Han Purple #370DDE

Tints of Han Purple #370DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.55%

R = 18.97%
G = 4.48%
B = 76.55%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370DDE (or 0x370DDE) is known color: Han Purple. HEX triplet: 37, 0D and DE. RGB value is (55,13,222). Sum of RGB (Red+Green+Blue) = 55+13+222=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #370DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DDE is #C8F221. Grayscale: #303030. Windows color (decimal): -13169186 or 14552375. OLE color: 14552375.

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

Color convert

RGB 55 13 222 -
CMYK 0.75 0.94 0 0.13
HSL 252.06º 0.89% 0.46% -
HSV(B) 252.06º 0.94% 0.87% -
XYZ 14.9 6.37 69.55 -
YUV 49.38 225.41 132.01 -
System Red Green Blue C M Y K H S L
Decimal 55 13 222 0.75 0.94 0 0.13 252.06 0.89 0.46
Hex 37 D DE 4B 5E 0 D FC 59 2E
Octal 67 15 336 113 136 0 15 374 131 56
Binary 110111 1101 11011110 1001011 1011110 0 1101 11111100 1011001 101110

Color Harmonies of #370DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DDE

Black with #370DDE

Text Example


Text Example

White with #370DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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