Html Css Color HEX #351580 Persian Indigo

📋 copy color: '#351580'

red 53 ◦ green 21 ◦ blue 128

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

Shades of Persian Indigo #351580

Tints of Persian Indigo #351580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 26.24%
G = 10.4%
B = 63.37%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#351580 (or 0x351580) is known color: Persian Indigo. HEX triplet: 35, 15 and 80. RGB value is (53,21,128). Sum of RGB (Red+Green+Blue) = 53+21+128=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #351580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351580 is #CAEA7F. Grayscale: #2A2A2A. Windows color (decimal): -13298304 or 8394037. OLE color: 8394037.

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

Color convert

RGB 53 21 128 -
CMYK 0.59 0.84 0 0.50
HSL 257.94º 0.72% 0.29% -
HSV(B) 257.94º 0.84% 0.5% -
XYZ 5.63 2.85 20.68 -
YUV 42.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 53 21 128 0.59 0.84 0 0.50 257.94 0.72 0.29
Hex 35 15 80 3B 54 0 32 102 48 1D
Octal 65 25 200 73 124 0 62 402 110 35
Binary 110101 10101 10000000 111011 1010100 0 110010 100000010 1001000 11101

Color Harmonies of #351580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351580

Black with #351580

Text Example


Text Example

White with #351580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351580; }

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

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

background-color css

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

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

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

border-color css

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

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

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