Html Css Color HEX #351175 Persian Indigo

📋 copy color: '#351175'

red 53 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #351175

Tints of Persian Indigo #351175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 28.34%
G = 9.09%
B = 62.57%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351175 (or 0x351175) is known color: Persian Indigo. HEX triplet: 35, 11 and 75. RGB value is (53,17,117). Sum of RGB (Red+Green+Blue) = 53+17+117=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #351175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351175 is #CAEE8A. Grayscale: #262626. Windows color (decimal): -13299339 or 7672117. OLE color: 7672117.

HSL color Cylindrical-coordinate representation of color #351175: hue angle of 261.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351175 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 17 117 -
CMYK 0.55 0.85 0 0.54
HSL 261.6º 0.75% 0.26% -
HSV(B) 261.6º 0.85% 0.46% -
XYZ 4.88 2.44 17.04 -
YUV 39.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 53 17 117 0.55 0.85 0 0.54 261.6 0.75 0.26
Hex 35 11 75 37 55 0 36 106 4B 1A
Octal 65 21 165 67 125 0 66 406 113 32
Binary 110101 10001 1110101 110111 1010101 0 110110 100000110 1001011 11010

Color Harmonies of #351175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351175

Black with #351175

Text Example


Text Example

White with #351175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351175; }

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

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

background-color css

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

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

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

border-color css

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

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

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