Html Css Color HEX #351677 Persian Indigo

📋 copy color: '#351677'

red 53 ◦ green 22 ◦ blue 119

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

Shades of Persian Indigo #351677

Tints of Persian Indigo #351677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 27.32%
G = 11.34%
B = 61.34%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351677 (or 0x351677) is known color: Persian Indigo. HEX triplet: 35, 16 and 77. RGB value is (53,22,119). Sum of RGB (Red+Green+Blue) = 53+22+119=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #351677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351677 is #CAE988. Grayscale: #292929. Windows color (decimal): -13298057 or 7804469. OLE color: 7804469.

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

Color convert

RGB 53 22 119 -
CMYK 0.55 0.82 0 0.53
HSL 259.18º 0.69% 0.28% -
HSV(B) 259.18º 0.82% 0.47% -
XYZ 5.08 2.66 17.7 -
YUV 42.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 53 22 119 0.55 0.82 0 0.53 259.18 0.69 0.28
Hex 35 16 77 37 52 0 35 103 45 1C
Octal 65 26 167 67 122 0 65 403 105 34
Binary 110101 10110 1110111 110111 1010010 0 110101 100000011 1000101 11100

Color Harmonies of #351677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351677

Black with #351677

Text Example


Text Example

White with #351677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351677; }

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

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

background-color css

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

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

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

border-color css

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

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

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