Html Css Color HEX #350586 Persian Indigo

📋 copy color: '#350586'

red 53 ◦ green 5 ◦ blue 134

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

Shades of Persian Indigo #350586

Tints of Persian Indigo #350586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 69.79%

R = 27.6%
G = 2.6%
B = 69.79%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#350586 (or 0x350586) is known color: Persian Indigo. HEX triplet: 35, 05 and 86. RGB value is (53,5,134). Sum of RGB (Red+Green+Blue) = 53+5+134=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #350586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350586 is #CAFA79. Grayscale: #212121. Windows color (decimal): -13302394 or 8783157. OLE color: 8783157.

HSL color Cylindrical-coordinate representation of color #350586: hue angle of 262.33º 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 #350586 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 5 134 -
CMYK 0.60 0.96 0 0.47
HSL 262.33º 0.93% 0.27% -
HSV(B) 262.33º 0.96% 0.53% -
XYZ 5.83 2.59 22.75 -
YUV 34.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 53 5 134 0.60 0.96 0 0.47 262.33 0.93 0.27
Hex 35 5 86 3C 60 0 2F 106 5D 1B
Octal 65 5 206 74 140 0 57 406 135 33
Binary 110101 101 10000110 111100 1100000 0 101111 100000110 1011101 11011

Color Harmonies of #350586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350586

Black with #350586

Text Example


Text Example

White with #350586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350586; }

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

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

background-color css

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

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

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

border-color css

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

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

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