Html Css Color HEX #350E80 Persian Indigo

📋 copy color: '#350E80'

red 53 ◦ green 14 ◦ blue 128

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

Shades of Persian Indigo #350E80

Tints of Persian Indigo #350E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

 BLUE value IS 128 (50.39% from 255) = 65.64%

R = 27.18%
G = 7.18%
B = 65.64%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#350E80 (or 0x350E80) is known color: Persian Indigo. HEX triplet: 35, 0E and 80. RGB value is (53,14,128). Sum of RGB (Red+Green+Blue) = 53+14+128=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #350E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350E80 is #CAF17F. Grayscale: #262626. Windows color (decimal): -13300096 or 8392245. OLE color: 8392245.

HSL color Cylindrical-coordinate representation of color #350E80: hue angle of 260.53º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350E80 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 14 128 -
CMYK 0.59 0.89 0 0.50
HSL 260.53º 0.8% 0.28% -
HSV(B) 260.53º 0.89% 0.5% -
XYZ 5.52 2.63 20.64 -
YUV 38.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 53 14 128 0.59 0.89 0 0.50 260.53 0.8 0.28
Hex 35 E 80 3B 59 0 32 105 50 1C
Octal 65 16 200 73 131 0 62 405 120 34
Binary 110101 1110 10000000 111011 1011001 0 110010 100000101 1010000 11100

Color Harmonies of #350E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E80

Black with #350E80

Text Example


Text Example

White with #350E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E80; }

 p { color: rgb(53,14,128); }

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

background-color css

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

 a { background-color: rgb(53,14,128); }

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

border-color css

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

 span { border-color: rgb(53,14,128); }

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