Html Css Color HEX #370DCD Han Purple

📋 copy color: '#370DCD'

red 55 ◦ green 13 ◦ blue 205

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

Shades of Han Purple #370DCD

Tints of Han Purple #370DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 20.15%
G = 4.76%
B = 75.09%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370DCD (or 0x370DCD) is known color: Han Purple. HEX triplet: 37, 0D and CD. RGB value is (55,13,205). Sum of RGB (Red+Green+Blue) = 55+13+205=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #370DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DCD is #C8F232. Grayscale: #2E2E2E. Windows color (decimal): -13169203 or 13438263. OLE color: 13438263.

HSL color Cylindrical-coordinate representation of color #370DCD: hue angle of 253.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DCD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 13 205 -
CMYK 0.73 0.94 0 0.20
HSL 253.13º 0.88% 0.43% -
HSV(B) 253.13º 0.94% 0.8% -
XYZ 12.74 5.51 58.15 -
YUV 47.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 55 13 205 0.73 0.94 0 0.20 253.13 0.88 0.43
Hex 37 D CD 49 5E 0 14 FD 58 2B
Octal 67 15 315 111 136 0 24 375 130 53
Binary 110111 1101 11001101 1001001 1011110 0 10100 11111101 1011000 101011

Color Harmonies of #370DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DCD

Black with #370DCD

Text Example


Text Example

White with #370DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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