Html Css Color HEX #352093 Persian Indigo

📋 copy color: '#352093'

red 53 ◦ green 32 ◦ blue 147

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

Shades of Persian Indigo #352093

Tints of Persian Indigo #352093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 22.84%
G = 13.79%
B = 63.36%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352093 (or 0x352093) is known color: Persian Indigo. HEX triplet: 35, 20 and 93. RGB value is (53,32,147). Sum of RGB (Red+Green+Blue) = 53+32+147=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #352093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352093 is #CADF6C. Grayscale: #323232. Windows color (decimal): -13295469 or 9642037. OLE color: 9642037.

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

Color convert

RGB 53 32 147 -
CMYK 0.64 0.78 0 0.42
HSL 250.96º 0.64% 0.35% -
HSV(B) 250.96º 0.78% 0.58% -
XYZ 7.25 3.9 27.97 -
YUV 51.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 53 32 147 0.64 0.78 0 0.42 250.96 0.64 0.35
Hex 35 20 93 40 4E 0 2A FB 40 23
Octal 65 40 223 100 116 0 52 373 100 43
Binary 110101 100000 10010011 1000000 1001110 0 101010 11111011 1000000 100011

Color Harmonies of #352093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352093

Black with #352093

Text Example


Text Example

White with #352093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352093; }

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

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

background-color css

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

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

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

border-color css

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

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

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