Html Css Color HEX #350791 Persian Indigo

📋 copy color: '#350791'

red 53 ◦ green 7 ◦ blue 145

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

Shades of Persian Indigo #350791

Tints of Persian Indigo #350791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 25.85%
G = 3.41%
B = 70.73%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#350791 (or 0x350791) is known color: Persian Indigo. HEX triplet: 35, 07 and 91. RGB value is (53,7,145). Sum of RGB (Red+Green+Blue) = 53+7+145=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #350791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350791 is #CAF86E. Grayscale: #232323. Windows color (decimal): -13301871 or 9504565. OLE color: 9504565.

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

Color convert

RGB 53 7 145 -
CMYK 0.63 0.95 0 0.43
HSL 260º 0.91% 0.3% -
HSV(B) 260º 0.95% 0.57% -
XYZ 6.66 2.95 27.01 -
YUV 36.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 53 7 145 0.63 0.95 0 0.43 260 0.91 0.3
Hex 35 7 91 3F 5F 0 2B 104 5B 1E
Octal 65 7 221 77 137 0 53 404 133 36
Binary 110101 111 10010001 111111 1011111 0 101011 100000100 1011011 11110

Color Harmonies of #350791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350791

Black with #350791

Text Example


Text Example

White with #350791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350791; }

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

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

background-color css

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

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

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

border-color css

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

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

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