Html Css Color HEX #352091 Persian Indigo

📋 copy color: '#352091'

red 53 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #352091

Tints of Persian Indigo #352091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 23.04%
G = 13.91%
B = 63.04%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352091 (or 0x352091) is known color: Persian Indigo. HEX triplet: 35, 20 and 91. RGB value is (53,32,145). Sum of RGB (Red+Green+Blue) = 53+32+145=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #352091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352091 is #CADF6E. Grayscale: #323232. Windows color (decimal): -13295471 or 9510965. OLE color: 9510965.

HSL color Cylindrical-coordinate representation of color #352091: hue angle of 251.15º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352091 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 32 145 -
CMYK 0.63 0.78 0 0.43
HSL 251.15º 0.64% 0.35% -
HSV(B) 251.15º 0.78% 0.57% -
XYZ 7.1 3.83 27.15 -
YUV 51.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 53 32 145 0.63 0.78 0 0.43 251.15 0.64 0.35
Hex 35 20 91 3F 4E 0 2B FB 40 23
Octal 65 40 221 77 116 0 53 373 100 43
Binary 110101 100000 10010001 111111 1001110 0 101011 11111011 1000000 100011

Color Harmonies of #352091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352091

Black with #352091

Text Example


Text Example

White with #352091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352091; }

 p { color: rgb(53,32,145); }

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

background-color css

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

 a { background-color: rgb(53,32,145); }

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

border-color css

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

 span { border-color: rgb(53,32,145); }

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