Html Css Color HEX #370CCD Han Purple

📋 copy color: '#370CCD'

red 55 ◦ green 12 ◦ blue 205

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

Shades of Han Purple #370CCD

Tints of Han Purple #370CCD

RGB

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

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

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

R = 20.22%
G = 4.41%
B = 75.37%

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

#370CCD (or 0x370CCD) is known color: Han Purple. HEX triplet: 37, 0C and CD. RGB value is (55,12,205). Sum of RGB (Red+Green+Blue) = 55+12+205=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #370CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CCD is #C8F332. Grayscale: #2E2E2E. Windows color (decimal): -13169459 or 13438007. OLE color: 13438007.

HSL color Cylindrical-coordinate representation of color #370CCD: hue angle of 253.37º degrees, saturation: 0.89, 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 #370CCD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 12 205 -
CMYK 0.73 0.94 0 0.20
HSL 253.37º 0.89% 0.43% -
HSV(B) 253.37º 0.94% 0.8% -
XYZ 12.73 5.48 58.15 -
YUV 46.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 55 12 205 0.73 0.94 0 0.20 253.37 0.89 0.43
Hex 37 C CD 49 5E 0 14 FD 59 2B
Octal 67 14 315 111 136 0 24 375 131 53
Binary 110111 1100 11001101 1001001 1011110 0 10100 11111101 1011001 101011

Color Harmonies of #370CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CCD

Black with #370CCD

Text Example


Text Example

White with #370CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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