Html Css Color HEX #350587 Persian Indigo

📋 copy color: '#350587'

red 53 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #350587

Tints of Persian Indigo #350587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 27.46%
G = 2.59%
B = 69.95%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#350587 (or 0x350587) is known color: Persian Indigo. HEX triplet: 35, 05 and 87. RGB value is (53,5,135). Sum of RGB (Red+Green+Blue) = 53+5+135=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #350587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350587 is #CAFA78. Grayscale: #212121. Windows color (decimal): -13302393 or 8848693. OLE color: 8848693.

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

Color convert

RGB 53 5 135 -
CMYK 0.61 0.96 0 0.47
HSL 262.15º 0.93% 0.27% -
HSV(B) 262.15º 0.96% 0.53% -
XYZ 5.9 2.61 23.12 -
YUV 34.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 53 5 135 0.61 0.96 0 0.47 262.15 0.93 0.27
Hex 35 5 87 3D 60 0 2F 106 5D 1B
Octal 65 5 207 75 140 0 57 406 135 33
Binary 110101 101 10000111 111101 1100000 0 101111 100000110 1011101 11011

Color Harmonies of #350587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350587

Black with #350587

Text Example


Text Example

White with #350587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350587; }

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

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

background-color css

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

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

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

border-color css

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

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

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