Html Css Color HEX #350080 Persian Indigo

📋 copy color: '#350080'

red 53 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #350080

Tints of Persian Indigo #350080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 70.72%

R = 29.28%
G = 0%
B = 70.72%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#350080 (or 0x350080) is known color: Persian Indigo. HEX triplet: 35, 00 and 80. RGB value is (53,0,128). Sum of RGB (Red+Green+Blue) = 53+0+128=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #350080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350080 is #CAFF7F. Grayscale: #1D1D1D. Windows color (decimal): -13303680 or 8388661. OLE color: 8388661.

HSL color Cylindrical-coordinate representation of color #350080: hue angle of 264.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350080 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 0 128 -
CMYK 0.59 1 0 0.50
HSL 264.84º 1% 0.25% -
HSV(B) 264.84º 1% 0.5% -
XYZ 5.36 2.32 20.59 -
YUV 30.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 53 0 128 0.59 1 0 0.50 264.84 1 0.25
Hex 35 0 80 3B 64 0 32 109 64 19
Octal 65 0 200 73 144 0 62 411 144 31
Binary 110101 0 10000000 111011 1100100 0 110010 100001001 1100100 11001

Color Harmonies of #350080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350080

Black with #350080

Text Example


Text Example

White with #350080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350080; }

 p { color: rgb(53,0,128); }

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

background-color css

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

 a { background-color: rgb(53,0,128); }

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

border-color css

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

 span { border-color: rgb(53,0,128); }

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