Html Css Color HEX #350777 Persian Indigo

📋 copy color: '#350777'

red 53 ◦ green 7 ◦ blue 119

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

Shades of Persian Indigo #350777

Tints of Persian Indigo #350777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 29.61%
G = 3.91%
B = 66.48%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350777 (or 0x350777) is known color: Persian Indigo. HEX triplet: 35, 07 and 77. RGB value is (53,7,119). Sum of RGB (Red+Green+Blue) = 53+7+119=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #350777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350777 is #CAF888. Grayscale: #212121. Windows color (decimal): -13301897 or 7800629. OLE color: 7800629.

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

Color convert

RGB 53 7 119 -
CMYK 0.55 0.94 0 0.53
HSL 264.64º 0.89% 0.25% -
HSV(B) 264.64º 0.94% 0.47% -
XYZ 4.87 2.24 17.63 -
YUV 33.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 53 7 119 0.55 0.94 0 0.53 264.64 0.89 0.25
Hex 35 7 77 37 5E 0 35 109 59 19
Octal 65 7 167 67 136 0 65 411 131 31
Binary 110101 111 1110111 110111 1011110 0 110101 100001001 1011001 11001

Color Harmonies of #350777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350777

Black with #350777

Text Example


Text Example

White with #350777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350777; }

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

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

background-color css

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

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

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

border-color css

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

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

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