Html Css Color HEX #352088 Persian Indigo

📋 copy color: '#352088'

red 53 ◦ green 32 ◦ blue 136

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

Shades of Persian Indigo #352088

Tints of Persian Indigo #352088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.54%

R = 23.98%
G = 14.48%
B = 61.54%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352088 (or 0x352088) is known color: Persian Indigo. HEX triplet: 35, 20 and 88. RGB value is (53,32,136). Sum of RGB (Red+Green+Blue) = 53+32+136=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #352088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352088 is #CADF77. Grayscale: #313131. Windows color (decimal): -13295480 or 8921141. OLE color: 8921141.

HSL color Cylindrical-coordinate representation of color #352088: hue angle of 252.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352088 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 32 136 -
CMYK 0.61 0.76 0 0.47
HSL 252.12º 0.62% 0.33% -
HSV(B) 252.12º 0.76% 0.53% -
XYZ 6.43 3.57 23.64 -
YUV 50.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 53 32 136 0.61 0.76 0 0.47 252.12 0.62 0.33
Hex 35 20 88 3D 4C 0 2F FC 3E 21
Octal 65 40 210 75 114 0 57 374 76 41
Binary 110101 100000 10001000 111101 1001100 0 101111 11111100 111110 100001

Color Harmonies of #352088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352088

Black with #352088

Text Example


Text Example

White with #352088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352088; }

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

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

background-color css

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

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

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

border-color css

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

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

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