Html Css Color HEX #351789 Persian Indigo

📋 copy color: '#351789'

red 53 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #351789

Tints of Persian Indigo #351789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 24.88%
G = 10.8%
B = 64.32%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#351789 (or 0x351789) is known color: Persian Indigo. HEX triplet: 35, 17 and 89. RGB value is (53,23,137). Sum of RGB (Red+Green+Blue) = 53+23+137=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #351789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351789 is #CAE876. Grayscale: #2C2C2C. Windows color (decimal): -13297783 or 8984373. OLE color: 8984373.

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

Color convert

RGB 53 23 137 -
CMYK 0.61 0.83 0 0.46
HSL 255.79º 0.71% 0.31% -
HSV(B) 255.79º 0.83% 0.54% -
XYZ 6.29 3.18 23.95 -
YUV 44.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 53 23 137 0.61 0.83 0 0.46 255.79 0.71 0.31
Hex 35 17 89 3D 53 0 2E 100 47 1F
Octal 65 27 211 75 123 0 56 400 107 37
Binary 110101 10111 10001001 111101 1010011 0 101110 100000000 1000111 11111

Color Harmonies of #351789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351789

Black with #351789

Text Example


Text Example

White with #351789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351789; }

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

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

background-color css

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

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

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

border-color css

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

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

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