Html Css Color HEX #352293 Persian Indigo

📋 copy color: '#352293'

red 53 ◦ green 34 ◦ blue 147

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

Shades of Persian Indigo #352293

Tints of Persian Indigo #352293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

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

R = 22.65%
G = 14.53%
B = 62.82%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352293 (or 0x352293) is known color: Persian Indigo. HEX triplet: 35, 22 and 93. RGB value is (53,34,147). Sum of RGB (Red+Green+Blue) = 53+34+147=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #352293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352293 is #CADD6C. Grayscale: #343434. Windows color (decimal): -13294957 or 9642549. OLE color: 9642549.

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

Color convert

RGB 53 34 147 -
CMYK 0.64 0.77 0 0.42
HSL 250.09º 0.62% 0.35% -
HSV(B) 250.09º 0.77% 0.58% -
XYZ 7.31 4.01 27.99 -
YUV 52.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 53 34 147 0.64 0.77 0 0.42 250.09 0.62 0.35
Hex 35 22 93 40 4D 0 2A FA 3E 23
Octal 65 42 223 100 115 0 52 372 76 43
Binary 110101 100010 10010011 1000000 1001101 0 101010 11111010 111110 100011

Color Harmonies of #352293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352293

Black with #352293

Text Example


Text Example

White with #352293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352293; }

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

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

background-color css

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

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

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

border-color css

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

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

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