Html Css Color HEX #370CCB Han Purple

📋 copy color: '#370CCB'

red 55 ◦ green 12 ◦ blue 203

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

Shades of Han Purple #370CCB

Tints of Han Purple #370CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 20.37%
G = 4.44%
B = 75.19%

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

#370CCB (or 0x370CCB) is known color: Han Purple. HEX triplet: 37, 0C and CB. RGB value is (55,12,203). Sum of RGB (Red+Green+Blue) = 55+12+203=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #370CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CCB is #C8F334. Grayscale: #2D2D2D. Windows color (decimal): -13169461 or 13306935. OLE color: 13306935.

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

Color convert

RGB 55 12 203 -
CMYK 0.73 0.94 0 0.20
HSL 253.51º 0.89% 0.42% -
HSV(B) 253.51º 0.94% 0.8% -
XYZ 12.49 5.39 56.88 -
YUV 46.63 216.25 133.97 -
System Red Green Blue C M Y K H S L
Decimal 55 12 203 0.73 0.94 0 0.20 253.51 0.89 0.42
Hex 37 C CB 49 5E 0 14 FE 59 2A
Octal 67 14 313 111 136 0 24 376 131 52
Binary 110111 1100 11001011 1001001 1011110 0 10100 11111110 1011001 101010

Color Harmonies of #370CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CCB

Black with #370CCB

Text Example


Text Example

White with #370CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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