Html Css Color HEX #351779 Persian Indigo

📋 copy color: '#351779'

red 53 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #351779

Tints of Persian Indigo #351779

RGB

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

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

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

R = 26.9%
G = 11.68%
B = 61.42%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351779 (or 0x351779) is known color: Persian Indigo. HEX triplet: 35, 17 and 79. RGB value is (53,23,121). Sum of RGB (Red+Green+Blue) = 53+23+121=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #351779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351779 is #CAE886. Grayscale: #2A2A2A. Windows color (decimal): -13297799 or 7935797. OLE color: 7935797.

HSL color Cylindrical-coordinate representation of color #351779: hue angle of 258.37º 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 #351779 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 23 121 -
CMYK 0.56 0.81 0 0.53
HSL 258.37º 0.68% 0.28% -
HSV(B) 258.37º 0.81% 0.47% -
XYZ 5.23 2.75 18.34 -
YUV 43.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 53 23 121 0.56 0.81 0 0.53 258.37 0.68 0.28
Hex 35 17 79 38 51 0 35 102 44 1C
Octal 65 27 171 70 121 0 65 402 104 34
Binary 110101 10111 1111001 111000 1010001 0 110101 100000010 1000100 11100

Color Harmonies of #351779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351779

Black with #351779

Text Example


Text Example

White with #351779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351779; }

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

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

background-color css

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

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

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

border-color css

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

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

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