Html Css Color HEX #352095 Persian Indigo

📋 copy color: '#352095'

red 53 ◦ green 32 ◦ blue 149

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

Shades of Persian Indigo #352095

Tints of Persian Indigo #352095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.68%

R = 22.65%
G = 13.68%
B = 63.68%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352095 (or 0x352095) is known color: Persian Indigo. HEX triplet: 35, 20 and 95. RGB value is (53,32,149). Sum of RGB (Red+Green+Blue) = 53+32+149=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #352095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352095 is #CADF6A. Grayscale: #333333. Windows color (decimal): -13295467 or 9773109. OLE color: 9773109.

HSL color Cylindrical-coordinate representation of color #352095: hue angle of 250.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352095 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 32 149 -
CMYK 0.64 0.79 0 0.42
HSL 250.77º 0.65% 0.35% -
HSV(B) 250.77º 0.79% 0.58% -
XYZ 7.41 3.96 28.81 -
YUV 51.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 53 32 149 0.64 0.79 0 0.42 250.77 0.65 0.35
Hex 35 20 95 40 4F 0 2A FB 41 23
Octal 65 40 225 100 117 0 52 373 101 43
Binary 110101 100000 10010101 1000000 1001111 0 101010 11111011 1000001 100011

Color Harmonies of #352095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352095

Black with #352095

Text Example


Text Example

White with #352095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352095; }

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

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

background-color css

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

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

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

border-color css

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

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

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