Html Css Color HEX #352196 Persian Indigo

📋 copy color: '#352196'

red 53 ◦ green 33 ◦ blue 150

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

Shades of Persian Indigo #352196

Tints of Persian Indigo #352196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 150 (58.98% from 255) = 63.56%

R = 22.46%
G = 13.98%
B = 63.56%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#352196 (or 0x352196) is known color: Persian Indigo. HEX triplet: 35, 21 and 96. RGB value is (53,33,150). Sum of RGB (Red+Green+Blue) = 53+33+150=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #352196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352196 is #CADE69. Grayscale: #333333. Windows color (decimal): -13295210 or 9838901. OLE color: 9838901.

HSL color Cylindrical-coordinate representation of color #352196: hue angle of 250.26º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352196 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 33 150 -
CMYK 0.65 0.78 0 0.41
HSL 250.26º 0.64% 0.36% -
HSV(B) 250.26º 0.78% 0.59% -
XYZ 7.52 4.05 29.24 -
YUV 52.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 53 33 150 0.65 0.78 0 0.41 250.26 0.64 0.36
Hex 35 21 96 41 4E 0 29 FA 40 24
Octal 65 41 226 101 116 0 51 372 100 44
Binary 110101 100001 10010110 1000001 1001110 0 101001 11111010 1000000 100100

Color Harmonies of #352196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352196

Black with #352196

Text Example


Text Example

White with #352196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352196; }

 p { color: rgb(53,33,150); }

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

background-color css

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

 a { background-color: rgb(53,33,150); }

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

border-color css

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

 span { border-color: rgb(53,33,150); }

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