Html Css Color HEX #352185 Persian Indigo

📋 copy color: '#352185'

red 53 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #352185

Tints of Persian Indigo #352185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 24.2%
G = 15.07%
B = 60.73%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352185 (or 0x352185) is known color: Persian Indigo. HEX triplet: 35, 21 and 85. RGB value is (53,33,133). Sum of RGB (Red+Green+Blue) = 53+33+133=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #352185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352185 is #CADE7A. Grayscale: #323232. Windows color (decimal): -13295227 or 8724789. OLE color: 8724789.

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

Color convert

RGB 53 33 133 -
CMYK 0.60 0.75 0 0.48
HSL 252º 0.6% 0.33% -
HSV(B) 252º 0.75% 0.52% -
XYZ 6.25 3.54 22.54 -
YUV 50.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 53 33 133 0.60 0.75 0 0.48 252 0.6 0.33
Hex 35 21 85 3C 4B 0 30 FC 3C 21
Octal 65 41 205 74 113 0 60 374 74 41
Binary 110101 100001 10000101 111100 1001011 0 110000 11111100 111100 100001

Color Harmonies of #352185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352185

Black with #352185

Text Example


Text Example

White with #352185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352185; }

 p { color: rgb(53,33,133); }

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

background-color css

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

 a { background-color: rgb(53,33,133); }

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

border-color css

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

 span { border-color: rgb(53,33,133); }

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