Html Css Color HEX #351778 Persian Indigo

📋 copy color: '#351778'

red 53 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #351778

Tints of Persian Indigo #351778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.22%

R = 27.04%
G = 11.73%
B = 61.22%

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

#351778 (or 0x351778) is known color: Persian Indigo. HEX triplet: 35, 17 and 78. RGB value is (53,23,120). Sum of RGB (Red+Green+Blue) = 53+23+120=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #351778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351778 is #CAE887. Grayscale: #2A2A2A. Windows color (decimal): -13297800 or 7870261. OLE color: 7870261.

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

Color convert

RGB 53 23 120 -
CMYK 0.56 0.81 0 0.53
HSL 258.56º 0.68% 0.28% -
HSV(B) 258.56º 0.81% 0.47% -
XYZ 5.16 2.73 18.02 -
YUV 43.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 53 23 120 0.56 0.81 0 0.53 258.56 0.68 0.28
Hex 35 17 78 38 51 0 35 103 44 1C
Octal 65 27 170 70 121 0 65 403 104 34
Binary 110101 10111 1111000 111000 1010001 0 110101 100000011 1000100 11100

Color Harmonies of #351778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351778

Black with #351778

Text Example


Text Example

White with #351778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351778; }

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

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

background-color css

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

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

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

border-color css

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

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

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