Html Css Color HEX #351190 Persian Indigo

📋 copy color: '#351190'

red 53 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #351190

Tints of Persian Indigo #351190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 144 (56.64% from 255) = 67.29%

R = 24.77%
G = 7.94%
B = 67.29%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#351190 (or 0x351190) is known color: Persian Indigo. HEX triplet: 35, 11 and 90. RGB value is (53,17,144). Sum of RGB (Red+Green+Blue) = 53+17+144=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #351190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351190 is #CAEE6F. Grayscale: #292929. Windows color (decimal): -13299312 or 9441589. OLE color: 9441589.

HSL color Cylindrical-coordinate representation of color #351190: hue angle of 257.01º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351190 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 17 144 -
CMYK 0.63 0.88 0 0.44
HSL 257.01º 0.79% 0.32% -
HSV(B) 257.01º 0.88% 0.56% -
XYZ 6.7 3.17 26.64 -
YUV 42.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 53 17 144 0.63 0.88 0 0.44 257.01 0.79 0.32
Hex 35 11 90 3F 58 0 2C 101 4F 20
Octal 65 21 220 77 130 0 54 401 117 40
Binary 110101 10001 10010000 111111 1011000 0 101100 100000001 1001111 100000

Color Harmonies of #351190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351190

Black with #351190

Text Example


Text Example

White with #351190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351190; }

 p { color: rgb(53,17,144); }

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

background-color css

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

 a { background-color: rgb(53,17,144); }

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

border-color css

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

 span { border-color: rgb(53,17,144); }

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