Html Css Color HEX #350177 Persian Indigo

📋 copy color: '#350177'

red 53 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #350177

Tints of Persian Indigo #350177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 30.64%
G = 0.58%
B = 68.79%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350177 (or 0x350177) is known color: Persian Indigo. HEX triplet: 35, 01 and 77. RGB value is (53,1,119). Sum of RGB (Red+Green+Blue) = 53+1+119=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #350177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350177 is #CAFE88. Grayscale: #1D1D1D. Windows color (decimal): -13303433 or 7799093. OLE color: 7799093.

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

Color convert

RGB 53 1 119 -
CMYK 0.55 0.99 0 0.53
HSL 266.44º 0.98% 0.24% -
HSV(B) 266.44º 0.99% 0.47% -
XYZ 4.81 2.11 17.61 -
YUV 30 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 53 1 119 0.55 0.99 0 0.53 266.44 0.98 0.24
Hex 35 1 77 37 63 0 35 10A 62 18
Octal 65 1 167 67 143 0 65 412 142 30
Binary 110101 1 1110111 110111 1100011 0 110101 100001010 1100010 11000

Color Harmonies of #350177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350177

Black with #350177

Text Example


Text Example

White with #350177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350177; }

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

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

background-color css

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

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

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

border-color css

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

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

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