Html Css Color HEX #370BCB Han Purple

📋 copy color: '#370BCB'

red 55 ◦ green 11 ◦ blue 203

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

Shades of Han Purple #370BCB

Tints of Han Purple #370BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 20.45%
G = 4.09%
B = 75.46%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370BCB (or 0x370BCB) is known color: Han Purple. HEX triplet: 37, 0B and CB. RGB value is (55,11,203). Sum of RGB (Red+Green+Blue) = 55+11+203=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #370BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCB is #C8F434. Grayscale: #2D2D2D. Windows color (decimal): -13169717 or 13306679. OLE color: 13306679.

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

Color convert

RGB 55 11 203 -
CMYK 0.73 0.95 0 0.20
HSL 253.75º 0.9% 0.42% -
HSV(B) 253.75º 0.95% 0.8% -
XYZ 12.47 5.36 56.88 -
YUV 46.04 216.58 134.39 -
System Red Green Blue C M Y K H S L
Decimal 55 11 203 0.73 0.95 0 0.20 253.75 0.9 0.42
Hex 37 B CB 49 5F 0 14 FE 5A 2A
Octal 67 13 313 111 137 0 24 376 132 52
Binary 110111 1011 11001011 1001001 1011111 0 10100 11111110 1011010 101010

Color Harmonies of #370BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BCB

Black with #370BCB

Text Example


Text Example

White with #370BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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