Html Css Color HEX #350591 Persian Indigo

📋 copy color: '#350591'

red 53 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #350591

Tints of Persian Indigo #350591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 71.43%

R = 26.11%
G = 2.46%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#350591 (or 0x350591) is known color: Persian Indigo. HEX triplet: 35, 05 and 91. RGB value is (53,5,145). Sum of RGB (Red+Green+Blue) = 53+5+145=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #350591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350591 is #CAFA6E. Grayscale: #222222. Windows color (decimal): -13302383 or 9504053. OLE color: 9504053.

HSL color Cylindrical-coordinate representation of color #350591: hue angle of 260.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350591 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 5 145 -
CMYK 0.63 0.97 0 0.43
HSL 260.57º 0.93% 0.29% -
HSV(B) 260.57º 0.97% 0.57% -
XYZ 6.63 2.91 27 -
YUV 35.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 53 5 145 0.63 0.97 0 0.43 260.57 0.93 0.29
Hex 35 5 91 3F 61 0 2B 105 5D 1D
Octal 65 5 221 77 141 0 53 405 135 35
Binary 110101 101 10010001 111111 1100001 0 101011 100000101 1011101 11101

Color Harmonies of #350591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350591

Black with #350591

Text Example


Text Example

White with #350591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350591; }

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

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

background-color css

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

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

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

border-color css

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

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

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