Html Css Color HEX #350879 Persian Indigo

📋 copy color: '#350879'

red 53 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #350879

Tints of Persian Indigo #350879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 121 (47.66% from 255) = 66.48%

R = 29.12%
G = 4.4%
B = 66.48%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350879 (or 0x350879) is known color: Persian Indigo. HEX triplet: 35, 08 and 79. RGB value is (53,8,121). Sum of RGB (Red+Green+Blue) = 53+8+121=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #350879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350879 is #CAF786. Grayscale: #212121. Windows color (decimal): -13301639 or 7931957. OLE color: 7931957.

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

Color convert

RGB 53 8 121 -
CMYK 0.56 0.93 0 0.53
HSL 263.89º 0.88% 0.25% -
HSV(B) 263.89º 0.93% 0.47% -
XYZ 5.01 2.31 18.27 -
YUV 34.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 53 8 121 0.56 0.93 0 0.53 263.89 0.88 0.25
Hex 35 8 79 38 5D 0 35 108 58 19
Octal 65 10 171 70 135 0 65 410 130 31
Binary 110101 1000 1111001 111000 1011101 0 110101 100001000 1011000 11001

Color Harmonies of #350879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350879

Black with #350879

Text Example


Text Example

White with #350879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350879; }

 p { color: rgb(53,8,121); }

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

background-color css

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

 a { background-color: rgb(53,8,121); }

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

border-color css

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

 span { border-color: rgb(53,8,121); }

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