Html Css Color HEX #370FCD Han Purple

📋 copy color: '#370FCD'

red 55 ◦ green 15 ◦ blue 205

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

Shades of Han Purple #370FCD

Tints of Han Purple #370FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 20%
G = 5.45%
B = 74.55%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370FCD (or 0x370FCD) is known color: Han Purple. HEX triplet: 37, 0F and CD. RGB value is (55,15,205). Sum of RGB (Red+Green+Blue) = 55+15+205=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #370FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FCD is #C8F032. Grayscale: #2F2F2F. Windows color (decimal): -13168691 or 13438775. OLE color: 13438775.

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

Color convert

RGB 55 15 205 -
CMYK 0.73 0.93 0 0.20
HSL 252.63º 0.86% 0.43% -
HSV(B) 252.63º 0.93% 0.8% -
XYZ 12.77 5.56 58.16 -
YUV 48.62 216.25 132.55 -
System Red Green Blue C M Y K H S L
Decimal 55 15 205 0.73 0.93 0 0.20 252.63 0.86 0.43
Hex 37 F CD 49 5D 0 14 FD 56 2B
Octal 67 17 315 111 135 0 24 375 126 53
Binary 110111 1111 11001101 1001001 1011101 0 10100 11111101 1010110 101011

Color Harmonies of #370FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FCD

Black with #370FCD

Text Example


Text Example

White with #370FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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