Html Css Color HEX #352487 Persian Indigo

📋 copy color: '#352487'

red 53 ◦ green 36 ◦ blue 135

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

Shades of Persian Indigo #352487

Tints of Persian Indigo #352487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 23.66%
G = 16.07%
B = 60.27%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352487 (or 0x352487) is known color: Persian Indigo. HEX triplet: 35, 24 and 87. RGB value is (53,36,135). Sum of RGB (Red+Green+Blue) = 53+36+135=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #352487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352487 is #CADB78. Grayscale: #333333. Windows color (decimal): -13294457 or 8856629. OLE color: 8856629.

HSL color Cylindrical-coordinate representation of color #352487: hue angle of 250.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352487 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 36 135 -
CMYK 0.61 0.73 0 0.47
HSL 250.3º 0.58% 0.34% -
HSV(B) 250.3º 0.73% 0.53% -
XYZ 6.47 3.77 23.31 -
YUV 52.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 53 36 135 0.61 0.73 0 0.47 250.3 0.58 0.34
Hex 35 24 87 3D 49 0 2F FA 3A 22
Octal 65 44 207 75 111 0 57 372 72 42
Binary 110101 100100 10000111 111101 1001001 0 101111 11111010 111010 100010

Color Harmonies of #352487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352487

Black with #352487

Text Example


Text Example

White with #352487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352487; }

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

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

background-color css

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

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

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

border-color css

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

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

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