Html Css Color HEX #352290 Persian Indigo

📋 copy color: '#352290'

red 53 ◦ green 34 ◦ blue 144

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

Shades of Persian Indigo #352290

Tints of Persian Indigo #352290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 22.94%
G = 14.72%
B = 62.34%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#352290 (or 0x352290) is known color: Persian Indigo. HEX triplet: 35, 22 and 90. RGB value is (53,34,144). Sum of RGB (Red+Green+Blue) = 53+34+144=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #352290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352290 is #CADD6F. Grayscale: #333333. Windows color (decimal): -13294960 or 9445941. OLE color: 9445941.

HSL color Cylindrical-coordinate representation of color #352290: hue angle of 250.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352290 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 34 144 -
CMYK 0.63 0.76 0 0.44
HSL 250.36º 0.62% 0.35% -
HSV(B) 250.36º 0.76% 0.56% -
XYZ 7.07 3.91 26.77 -
YUV 52.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 53 34 144 0.63 0.76 0 0.44 250.36 0.62 0.35
Hex 35 22 90 3F 4C 0 2C FA 3E 23
Octal 65 42 220 77 114 0 54 372 76 43
Binary 110101 100010 10010000 111111 1001100 0 101100 11111010 111110 100011

Color Harmonies of #352290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352290

Black with #352290

Text Example


Text Example

White with #352290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352290; }

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

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

background-color css

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

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

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

border-color css

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

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

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