Html Css Color HEX #352475 Persian Indigo

📋 copy color: '#352475'

red 53 ◦ green 36 ◦ blue 117

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

Shades of Persian Indigo #352475

Tints of Persian Indigo #352475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 25.73%
G = 17.48%
B = 56.8%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352475 (or 0x352475) is known color: Persian Indigo. HEX triplet: 35, 24 and 75. RGB value is (53,36,117). Sum of RGB (Red+Green+Blue) = 53+36+117=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #352475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352475 is #CADB8A. Grayscale: #323232. Windows color (decimal): -13294475 or 7676981. OLE color: 7676981.

HSL color Cylindrical-coordinate representation of color #352475: hue angle of 252.59º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352475 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 36 117 -
CMYK 0.55 0.69 0 0.54
HSL 252.59º 0.53% 0.3% -
HSV(B) 252.59º 0.69% 0.46% -
XYZ 5.31 3.3 17.19 -
YUV 50.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 53 36 117 0.55 0.69 0 0.54 252.59 0.53 0.3
Hex 35 24 75 37 45 0 36 FD 35 1E
Octal 65 44 165 67 105 0 66 375 65 36
Binary 110101 100100 1110101 110111 1000101 0 110110 11111101 110101 11110

Color Harmonies of #352475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352475

Black with #352475

Text Example


Text Example

White with #352475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352475; }

 p { color: rgb(53,36,117); }

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

background-color css

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

 a { background-color: rgb(53,36,117); }

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

border-color css

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

 span { border-color: rgb(53,36,117); }

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