Html Css Color HEX #351185 Persian Indigo

📋 copy color: '#351185'

red 53 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #351185

Tints of Persian Indigo #351185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 26.11%
G = 8.37%
B = 65.52%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351185 (or 0x351185) is known color: Persian Indigo. HEX triplet: 35, 11 and 85. RGB value is (53,17,133). Sum of RGB (Red+Green+Blue) = 53+17+133=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #351185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351185 is #CAEE7A. Grayscale: #282828. Windows color (decimal): -13299323 or 8720693. OLE color: 8720693.

HSL color Cylindrical-coordinate representation of color #351185: hue angle of 258.62º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351185 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 17 133 -
CMYK 0.60 0.87 0 0.48
HSL 258.62º 0.77% 0.29% -
HSV(B) 258.62º 0.87% 0.52% -
XYZ 5.9 2.85 22.43 -
YUV 40.99 179.93 136.57 -
System Red Green Blue C M Y K H S L
Decimal 53 17 133 0.60 0.87 0 0.48 258.62 0.77 0.29
Hex 35 11 85 3C 57 0 30 103 4D 1D
Octal 65 21 205 74 127 0 60 403 115 35
Binary 110101 10001 10000101 111100 1010111 0 110000 100000011 1001101 11101

Color Harmonies of #351185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351185

Black with #351185

Text Example


Text Example

White with #351185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351185; }

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

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

background-color css

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

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

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

border-color css

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

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

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