Html Css Color HEX #370CCC Han Purple

📋 copy color: '#370CCC'

red 55 ◦ green 12 ◦ blue 204

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

Shades of Han Purple #370CCC

Tints of Han Purple #370CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 20.3%
G = 4.43%
B = 75.28%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#370CCC (or 0x370CCC) is known color: Han Purple. HEX triplet: 37, 0C and CC. RGB value is (55,12,204). Sum of RGB (Red+Green+Blue) = 55+12+204=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #370CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CCC is #C8F333. Grayscale: #2E2E2E. Windows color (decimal): -13169460 or 13372471. OLE color: 13372471.

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

Color convert

RGB 55 12 204 -
CMYK 0.73 0.94 0 0.2
HSL 253.44º 0.89% 0.42% -
HSV(B) 253.44º 0.94% 0.8% -
XYZ 12.61 5.43 57.51 -
YUV 46.75 216.75 133.89 -
System Red Green Blue C M Y K H S L
Decimal 55 12 204 0.73 0.94 0 0.2 253.44 0.89 0.42
Hex 37 C CC 49 5E 0 14 FD 59 2A
Octal 67 14 314 111 136 0 24 375 131 52
Binary 110111 1100 11001100 1001001 1011110 0 10100 11111101 1011001 101010

Color Harmonies of #370CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CCC

Black with #370CCC

Text Example


Text Example

White with #370CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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