Html Css Color HEX #352485 Persian Indigo

📋 copy color: '#352485'

red 53 ◦ green 36 ◦ blue 133

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

Shades of Persian Indigo #352485

Tints of Persian Indigo #352485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 23.87%
G = 16.22%
B = 59.91%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352485 (or 0x352485) is known color: Persian Indigo. HEX triplet: 35, 24 and 85. RGB value is (53,36,133). Sum of RGB (Red+Green+Blue) = 53+36+133=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #352485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352485 is #CADB7A. Grayscale: #333333. Windows color (decimal): -13294459 or 8725557. OLE color: 8725557.

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

Color convert

RGB 53 36 133 -
CMYK 0.60 0.73 0 0.48
HSL 250.52º 0.57% 0.33% -
HSV(B) 250.52º 0.73% 0.52% -
XYZ 6.33 3.71 22.57 -
YUV 52.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 53 36 133 0.60 0.73 0 0.48 250.52 0.57 0.33
Hex 35 24 85 3C 49 0 30 FB 39 21
Octal 65 44 205 74 111 0 60 373 71 41
Binary 110101 100100 10000101 111100 1001001 0 110000 11111011 111001 100001

Color Harmonies of #352485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352485

Black with #352485

Text Example


Text Example

White with #352485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352485; }

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

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

background-color css

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

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

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

border-color css

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

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

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