Html Css Color HEX #350176 Persian Indigo

📋 copy color: '#350176'

red 53 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #350176

Tints of Persian Indigo #350176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 68.6%

R = 30.81%
G = 0.58%
B = 68.6%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#350176 (or 0x350176) is known color: Persian Indigo. HEX triplet: 35, 01 and 76. RGB value is (53,1,118). Sum of RGB (Red+Green+Blue) = 53+1+118=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #350176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350176 is #CAFE89. Grayscale: #1D1D1D. Windows color (decimal): -13303434 or 7733557. OLE color: 7733557.

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

Color convert

RGB 53 1 118 -
CMYK 0.55 0.99 0 0.54
HSL 266.67º 0.98% 0.23% -
HSV(B) 266.67º 0.99% 0.46% -
XYZ 4.75 2.09 17.29 -
YUV 29.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 53 1 118 0.55 0.99 0 0.54 266.67 0.98 0.23
Hex 35 1 76 37 63 0 36 10B 62 17
Octal 65 1 166 67 143 0 66 413 142 27
Binary 110101 1 1110110 110111 1100011 0 110110 100001011 1100010 10111

Color Harmonies of #350176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350176

Black with #350176

Text Example


Text Example

White with #350176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350176; }

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

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

background-color css

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

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

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

border-color css

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

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

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