Html Css Color HEX #370CC8 Han Purple

📋 copy color: '#370CC8'

red 55 ◦ green 12 ◦ blue 200

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

Shades of Han Purple #370CC8

Tints of Han Purple #370CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 74.91%

R = 20.6%
G = 4.49%
B = 74.91%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#370CC8 (or 0x370CC8) is known color: Han Purple. HEX triplet: 37, 0C and C8. RGB value is (55,12,200). Sum of RGB (Red+Green+Blue) = 55+12+200=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 200 (78.52% from 255 or 74.91% from 267); Max value from RGB is 200 - color contains mainly: blue. Hex color #370CC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CC8 is #C8F337. Grayscale: #2D2D2D. Windows color (decimal): -13169464 or 13110327. OLE color: 13110327.

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

Color convert

RGB 55 12 200 -
CMYK 0.72 0.94 0 0.22
HSL 253.72º 0.89% 0.42% -
HSV(B) 253.72º 0.94% 0.78% -
XYZ 12.13 5.25 55.02 -
YUV 46.29 214.75 134.21 -
System Red Green Blue C M Y K H S L
Decimal 55 12 200 0.72 0.94 0 0.22 253.72 0.89 0.42
Hex 37 C C8 48 5E 0 16 FE 59 2A
Octal 67 14 310 110 136 0 26 376 131 52
Binary 110111 1100 11001000 1001000 1011110 0 10110 11111110 1011001 101010

Color Harmonies of #370CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CC8

Black with #370CC8

Text Example


Text Example

White with #370CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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