Html Css Color HEX #352289 Persian Indigo

📋 copy color: '#352289'

red 53 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #352289

Tints of Persian Indigo #352289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 23.66%
G = 15.18%
B = 61.16%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#352289 (or 0x352289) is known color: Persian Indigo. HEX triplet: 35, 22 and 89. RGB value is (53,34,137). Sum of RGB (Red+Green+Blue) = 53+34+137=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #352289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352289 is #CADD76. Grayscale: #333333. Windows color (decimal): -13294967 or 8987189. OLE color: 8987189.

HSL color Cylindrical-coordinate representation of color #352289: hue angle of 251.07º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352289 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 34 137 -
CMYK 0.61 0.75 0 0.46
HSL 251.07º 0.6% 0.34% -
HSV(B) 251.07º 0.75% 0.54% -
XYZ 6.56 3.71 24.04 -
YUV 51.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 53 34 137 0.61 0.75 0 0.46 251.07 0.6 0.34
Hex 35 22 89 3D 4B 0 2E FB 3C 22
Octal 65 42 211 75 113 0 56 373 74 42
Binary 110101 100010 10001001 111101 1001011 0 101110 11111011 111100 100010

Color Harmonies of #352289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352289

Black with #352289

Text Example


Text Example

White with #352289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352289; }

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

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

background-color css

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

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

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

border-color css

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

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

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