Html Css Color HEX #350889 Persian Indigo

📋 copy color: '#350889'

red 53 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #350889

Tints of Persian Indigo #350889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

 BLUE value IS 137 (53.91% from 255) = 69.19%

R = 26.77%
G = 4.04%
B = 69.19%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#350889 (or 0x350889) is known color: Persian Indigo. HEX triplet: 35, 08 and 89. RGB value is (53,8,137). Sum of RGB (Red+Green+Blue) = 53+8+137=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #350889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350889 is #CAF776. Grayscale: #232323. Windows color (decimal): -13301623 or 8980533. OLE color: 8980533.

HSL color Cylindrical-coordinate representation of color #350889: hue angle of 260.93º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350889 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 8 137 -
CMYK 0.61 0.94 0 0.46
HSL 260.93º 0.89% 0.28% -
HSV(B) 260.93º 0.94% 0.54% -
XYZ 6.07 2.74 23.88 -
YUV 36.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 53 8 137 0.61 0.94 0 0.46 260.93 0.89 0.28
Hex 35 8 89 3D 5E 0 2E 105 59 1C
Octal 65 10 211 75 136 0 56 405 131 34
Binary 110101 1000 10001001 111101 1011110 0 101110 100000101 1011001 11100

Color Harmonies of #350889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350889

Black with #350889

Text Example


Text Example

White with #350889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350889; }

 p { color: rgb(53,8,137); }

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

background-color css

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

 a { background-color: rgb(53,8,137); }

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

border-color css

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

 span { border-color: rgb(53,8,137); }

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