Html Css Color HEX #350ACB Han Purple

📋 copy color: '#350ACB'

red 53 ◦ green 10 ◦ blue 203

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

Shades of Han Purple #350ACB

Tints of Han Purple #350ACB

RGB

 RED value IS 53 (21.09% from 255) = 19.92%

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

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

R = 19.92%
G = 3.76%
B = 76.32%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#350ACB (or 0x350ACB) is known color: Han Purple. HEX triplet: 35, 0A and CB. RGB value is (53,10,203). Sum of RGB (Red+Green+Blue) = 53+10+203=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #350ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ACB is #CAF534. Grayscale: #2C2C2C. Windows color (decimal): -13301045 or 13306421. OLE color: 13306421.

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

Color convert

RGB 53 10 203 -
CMYK 0.74 0.95 0 0.20
HSL 253.37º 0.91% 0.42% -
HSV(B) 253.37º 0.95% 0.8% -
XYZ 12.36 5.29 56.87 -
YUV 44.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 53 10 203 0.74 0.95 0 0.20 253.37 0.91 0.42
Hex 35 A CB 4A 5F 0 14 FD 5B 2A
Octal 65 12 313 112 137 0 24 375 133 52
Binary 110101 1010 11001011 1001010 1011111 0 10100 11111101 1011011 101010

Color Harmonies of #350ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ACB

Black with #350ACB

Text Example


Text Example

White with #350ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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