Html Css Color HEX #370CCA Han Purple

📋 copy color: '#370CCA'

red 55 ◦ green 12 ◦ blue 202

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

Shades of Han Purple #370CCA

Tints of Han Purple #370CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.09%

R = 20.45%
G = 4.46%
B = 75.09%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#370CCA (or 0x370CCA) is known color: Han Purple. HEX triplet: 37, 0C and CA. RGB value is (55,12,202). Sum of RGB (Red+Green+Blue) = 55+12+202=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #370CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CCA is #C8F335. Grayscale: #2D2D2D. Windows color (decimal): -13169462 or 13241399. OLE color: 13241399.

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

Color convert

RGB 55 12 202 -
CMYK 0.73 0.94 0 0.21
HSL 253.58º 0.89% 0.42% -
HSV(B) 253.58º 0.94% 0.79% -
XYZ 12.37 5.34 56.26 -
YUV 46.52 215.75 134.05 -
System Red Green Blue C M Y K H S L
Decimal 55 12 202 0.73 0.94 0 0.21 253.58 0.89 0.42
Hex 37 C CA 49 5E 0 15 FE 59 2A
Octal 67 14 312 111 136 0 25 376 131 52
Binary 110111 1100 11001010 1001001 1011110 0 10101 11111110 1011001 101010

Color Harmonies of #370CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CCA

Black with #370CCA

Text Example


Text Example

White with #370CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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