Html Css Color HEX #351077 Persian Indigo

📋 copy color: '#351077'

red 53 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #351077

Tints of Persian Indigo #351077

RGB

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

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

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

R = 28.19%
G = 8.51%
B = 63.3%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351077 (or 0x351077) is known color: Persian Indigo. HEX triplet: 35, 10 and 77. RGB value is (53,16,119). Sum of RGB (Red+Green+Blue) = 53+16+119=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #351077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351077 is #CAEF88. Grayscale: #262626. Windows color (decimal): -13299593 or 7802933. OLE color: 7802933.

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

Color convert

RGB 53 16 119 -
CMYK 0.55 0.87 0 0.53
HSL 261.55º 0.76% 0.26% -
HSV(B) 261.55º 0.87% 0.47% -
XYZ 4.98 2.46 17.66 -
YUV 38.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 53 16 119 0.55 0.87 0 0.53 261.55 0.76 0.26
Hex 35 10 77 37 57 0 35 106 4C 1A
Octal 65 20 167 67 127 0 65 406 114 32
Binary 110101 10000 1110111 110111 1010111 0 110101 100000110 1001100 11010

Color Harmonies of #351077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351077

Black with #351077

Text Example


Text Example

White with #351077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351077; }

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

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

background-color css

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

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

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

border-color css

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

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

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