Html Css Color HEX #352085 Persian Indigo

📋 copy color: '#352085'

red 53 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #352085

Tints of Persian Indigo #352085

RGB

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

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

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

R = 24.31%
G = 14.68%
B = 61.01%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352085 (or 0x352085) is known color: Persian Indigo. HEX triplet: 35, 20 and 85. RGB value is (53,32,133). Sum of RGB (Red+Green+Blue) = 53+32+133=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #352085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352085 is #CADF7A. Grayscale: #313131. Windows color (decimal): -13295483 or 8724533. OLE color: 8724533.

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

Color convert

RGB 53 32 133 -
CMYK 0.60 0.76 0 0.48
HSL 252.48º 0.61% 0.32% -
HSV(B) 252.48º 0.76% 0.52% -
XYZ 6.22 3.48 22.53 -
YUV 49.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 53 32 133 0.60 0.76 0 0.48 252.48 0.61 0.32
Hex 35 20 85 3C 4C 0 30 FC 3D 20
Octal 65 40 205 74 114 0 60 374 75 40
Binary 110101 100000 10000101 111100 1001100 0 110000 11111100 111101 100000

Color Harmonies of #352085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352085

Black with #352085

Text Example


Text Example

White with #352085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352085; }

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

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

background-color css

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

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

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

border-color css

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

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

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