Html Css Color HEX #351086 Persian Indigo

📋 copy color: '#351086'

red 53 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #351086

Tints of Persian Indigo #351086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 134 (52.73% from 255) = 66.01%

R = 26.11%
G = 7.88%
B = 66.01%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351086 (or 0x351086) is known color: Persian Indigo. HEX triplet: 35, 10 and 86. RGB value is (53,16,134). Sum of RGB (Red+Green+Blue) = 53+16+134=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #351086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351086 is #CAEF79. Grayscale: #282828. Windows color (decimal): -13299578 or 8785973. OLE color: 8785973.

HSL color Cylindrical-coordinate representation of color #351086: hue angle of 258.81º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351086 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 16 134 -
CMYK 0.60 0.88 0 0.47
HSL 258.81º 0.79% 0.29% -
HSV(B) 258.81º 0.88% 0.53% -
XYZ 5.96 2.85 22.79 -
YUV 40.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 53 16 134 0.60 0.88 0 0.47 258.81 0.79 0.29
Hex 35 10 86 3C 58 0 2F 103 4F 1D
Octal 65 20 206 74 130 0 57 403 117 35
Binary 110101 10000 10000110 111100 1011000 0 101111 100000011 1001111 11101

Color Harmonies of #351086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351086

Black with #351086

Text Example


Text Example

White with #351086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351086; }

 p { color: rgb(53,16,134); }

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

background-color css

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

 a { background-color: rgb(53,16,134); }

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

border-color css

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

 span { border-color: rgb(53,16,134); }

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