Html Css Color HEX #351199 Persian Indigo

📋 copy color: '#351199'

red 53 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #351199

Tints of Persian Indigo #351199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 23.77%
G = 7.62%
B = 68.61%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351199 (or 0x351199) is known color: Persian Indigo. HEX triplet: 35, 11 and 99. RGB value is (53,17,153). Sum of RGB (Red+Green+Blue) = 53+17+153=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #351199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351199 is #CAEE66. Grayscale: #2A2A2A. Windows color (decimal): -13299303 or 10031413. OLE color: 10031413.

HSL color Cylindrical-coordinate representation of color #351199: hue angle of 255.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351199 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 17 153 -
CMYK 0.65 0.89 0 0.4
HSL 255.88º 0.8% 0.33% -
HSV(B) 255.88º 0.89% 0.6% -
XYZ 7.42 3.46 30.41 -
YUV 43.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 53 17 153 0.65 0.89 0 0.4 255.88 0.8 0.33
Hex 35 11 99 41 59 0 28 100 50 21
Octal 65 21 231 101 131 0 50 400 120 41
Binary 110101 10001 10011001 1000001 1011001 0 101000 100000000 1010000 100001

Color Harmonies of #351199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351199

Black with #351199

Text Example


Text Example

White with #351199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351199; }

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

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

background-color css

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

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

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

border-color css

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

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

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