Html Css Color HEX #352584 Persian Indigo

📋 copy color: '#352584'

red 53 ◦ green 37 ◦ blue 132

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

Shades of Persian Indigo #352584

Tints of Persian Indigo #352584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 23.87%
G = 16.67%
B = 59.46%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352584 (or 0x352584) is known color: Persian Indigo. HEX triplet: 35, 25 and 84. RGB value is (53,37,132). Sum of RGB (Red+Green+Blue) = 53+37+132=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #352584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352584 is #CADA7B. Grayscale: #343434. Windows color (decimal): -13294204 or 8660277. OLE color: 8660277.

HSL color Cylindrical-coordinate representation of color #352584: hue angle of 250.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352584 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 37 132 -
CMYK 0.60 0.72 0 0.48
HSL 250.11º 0.56% 0.33% -
HSV(B) 250.11º 0.72% 0.52% -
XYZ 6.29 3.75 22.22 -
YUV 52.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 53 37 132 0.60 0.72 0 0.48 250.11 0.56 0.33
Hex 35 25 84 3C 48 0 30 FA 38 21
Octal 65 45 204 74 110 0 60 372 70 41
Binary 110101 100101 10000100 111100 1001000 0 110000 11111010 111000 100001

Color Harmonies of #352584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352584

Black with #352584

Text Example


Text Example

White with #352584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352584; }

 p { color: rgb(53,37,132); }

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

background-color css

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

 a { background-color: rgb(53,37,132); }

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

border-color css

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

 span { border-color: rgb(53,37,132); }

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