Html Css Color HEX #352286 Persian Indigo

📋 copy color: '#352286'

red 53 ◦ green 34 ◦ blue 134

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

Shades of Persian Indigo #352286

Tints of Persian Indigo #352286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 23.98%
G = 15.38%
B = 60.63%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352286 (or 0x352286) is known color: Persian Indigo. HEX triplet: 35, 22 and 86. RGB value is (53,34,134). Sum of RGB (Red+Green+Blue) = 53+34+134=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #352286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352286 is #CADD79. Grayscale: #323232. Windows color (decimal): -13294970 or 8790581. OLE color: 8790581.

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

Color convert

RGB 53 34 134 -
CMYK 0.60 0.75 0 0.47
HSL 251.4º 0.6% 0.33% -
HSV(B) 251.4º 0.75% 0.53% -
XYZ 6.34 3.62 22.92 -
YUV 51.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 53 34 134 0.60 0.75 0 0.47 251.4 0.6 0.33
Hex 35 22 86 3C 4B 0 2F FB 3C 21
Octal 65 42 206 74 113 0 57 373 74 41
Binary 110101 100010 10000110 111100 1001011 0 101111 11111011 111100 100001

Color Harmonies of #352286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352286

Black with #352286

Text Example


Text Example

White with #352286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352286; }

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

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

background-color css

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

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

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

border-color css

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

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

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