Html Css Color HEX #350BCB Han Purple

📋 copy color: '#350BCB'

red 53 ◦ green 11 ◦ blue 203

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

Shades of Han Purple #350BCB

Tints of Han Purple #350BCB

RGB

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

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

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

R = 19.85%
G = 4.12%
B = 76.03%

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

#350BCB (or 0x350BCB) is known color: Han Purple. HEX triplet: 35, 0B and CB. RGB value is (53,11,203). Sum of RGB (Red+Green+Blue) = 53+11+203=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #350BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BCB is #CAF434. Grayscale: #2C2C2C. Windows color (decimal): -13300789 or 13306677. OLE color: 13306677.

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

Color convert

RGB 53 11 203 -
CMYK 0.74 0.95 0 0.20
HSL 253.13º 0.9% 0.42% -
HSV(B) 253.13º 0.95% 0.8% -
XYZ 12.37 5.31 56.87 -
YUV 45.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 53 11 203 0.74 0.95 0 0.20 253.13 0.9 0.42
Hex 35 B CB 4A 5F 0 14 FD 5A 2A
Octal 65 13 313 112 137 0 24 375 132 52
Binary 110101 1011 11001011 1001010 1011111 0 10100 11111101 1011010 101010

Color Harmonies of #350BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BCB

Black with #350BCB

Text Example


Text Example

White with #350BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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