Html Css Color HEX #370ACB Han Purple

📋 copy color: '#370ACB'

red 55 ◦ green 10 ◦ blue 203

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

Shades of Han Purple #370ACB

Tints of Han Purple #370ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 20.52%
G = 3.73%
B = 75.75%

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

#370ACB (or 0x370ACB) is known color: Han Purple. HEX triplet: 37, 0A and CB. RGB value is (55,10,203). Sum of RGB (Red+Green+Blue) = 55+10+203=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #370ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ACB is #C8F534. Grayscale: #2C2C2C. Windows color (decimal): -13169973 or 13306423. OLE color: 13306423.

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

Color convert

RGB 55 10 203 -
CMYK 0.73 0.95 0 0.20
HSL 253.99º 0.91% 0.42% -
HSV(B) 253.99º 0.95% 0.8% -
XYZ 12.46 5.34 56.87 -
YUV 45.46 216.91 134.81 -
System Red Green Blue C M Y K H S L
Decimal 55 10 203 0.73 0.95 0 0.20 253.99 0.91 0.42
Hex 37 A CB 49 5F 0 14 FE 5B 2A
Octal 67 12 313 111 137 0 24 376 133 52
Binary 110111 1010 11001011 1001001 1011111 0 10100 11111110 1011011 101010

Color Harmonies of #370ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ACB

Black with #370ACB

Text Example


Text Example

White with #370ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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