Html Css Color HEX #351080 Persian Indigo

📋 copy color: '#351080'

red 53 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #351080

Tints of Persian Indigo #351080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 26.9%
G = 8.12%
B = 64.97%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#351080 (or 0x351080) is known color: Persian Indigo. HEX triplet: 35, 10 and 80. RGB value is (53,16,128). Sum of RGB (Red+Green+Blue) = 53+16+128=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #351080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351080 is #CAEF7F. Grayscale: #272727. Windows color (decimal): -13299584 or 8392757. OLE color: 8392757.

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

Color convert

RGB 53 16 128 -
CMYK 0.59 0.88 0 0.50
HSL 259.82º 0.78% 0.28% -
HSV(B) 259.82º 0.88% 0.5% -
XYZ 5.55 2.69 20.65 -
YUV 39.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 53 16 128 0.59 0.88 0 0.50 259.82 0.78 0.28
Hex 35 10 80 3B 58 0 32 104 4E 1C
Octal 65 20 200 73 130 0 62 404 116 34
Binary 110101 10000 10000000 111011 1011000 0 110010 100000100 1001110 11100

Color Harmonies of #351080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351080

Black with #351080

Text Example


Text Example

White with #351080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351080; }

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

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

background-color css

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

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

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

border-color css

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

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

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