Html Css Color HEX #351777 Persian Indigo

📋 copy color: '#351777'

red 53 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #351777

Tints of Persian Indigo #351777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 119 (46.88% from 255) = 61.03%

R = 27.18%
G = 11.79%
B = 61.03%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351777 (or 0x351777) is known color: Persian Indigo. HEX triplet: 35, 17 and 77. RGB value is (53,23,119). Sum of RGB (Red+Green+Blue) = 53+23+119=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #351777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351777 is #CAE888. Grayscale: #2A2A2A. Windows color (decimal): -13297801 or 7804725. OLE color: 7804725.

HSL color Cylindrical-coordinate representation of color #351777: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351777 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 23 119 -
CMYK 0.55 0.81 0 0.53
HSL 258.75º 0.68% 0.28% -
HSV(B) 258.75º 0.81% 0.47% -
XYZ 5.1 2.7 17.71 -
YUV 42.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 53 23 119 0.55 0.81 0 0.53 258.75 0.68 0.28
Hex 35 17 77 37 51 0 35 103 44 1C
Octal 65 27 167 67 121 0 65 403 104 34
Binary 110101 10111 1110111 110111 1010001 0 110101 100000011 1000100 11100

Color Harmonies of #351777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351777

Black with #351777

Text Example


Text Example

White with #351777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351777; }

 p { color: rgb(53,23,119); }

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

background-color css

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

 a { background-color: rgb(53,23,119); }

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

border-color css

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

 span { border-color: rgb(53,23,119); }

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