Html Css Color HEX #351192 Persian Indigo

📋 copy color: '#351192'

red 53 ◦ green 17 ◦ blue 146

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

Shades of Persian Indigo #351192

Tints of Persian Indigo #351192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 24.54%
G = 7.87%
B = 67.59%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#351192 (or 0x351192) is known color: Persian Indigo. HEX triplet: 35, 11 and 92. RGB value is (53,17,146). Sum of RGB (Red+Green+Blue) = 53+17+146=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #351192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351192 is #CAEE6D. Grayscale: #292929. Windows color (decimal): -13299310 or 9572661. OLE color: 9572661.

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

Color convert

RGB 53 17 146 -
CMYK 0.64 0.88 0 0.43
HSL 256.74º 0.79% 0.32% -
HSV(B) 256.74º 0.88% 0.57% -
XYZ 6.86 3.23 27.46 -
YUV 42.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 53 17 146 0.64 0.88 0 0.43 256.74 0.79 0.32
Hex 35 11 92 40 58 0 2B 101 4F 20
Octal 65 21 222 100 130 0 53 401 117 40
Binary 110101 10001 10010010 1000000 1011000 0 101011 100000001 1001111 100000

Color Harmonies of #351192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351192

Black with #351192

Text Example


Text Example

White with #351192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351192; }

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

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

background-color css

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

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

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

border-color css

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

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

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