Html Css Color HEX #351973 Persian Indigo

📋 copy color: '#351973'

red 53 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #351973

Tints of Persian Indigo #351973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 115 (45.31% from 255) = 59.59%

R = 27.46%
G = 12.95%
B = 59.59%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#351973 (or 0x351973) is known color: Persian Indigo. HEX triplet: 35, 19 and 73. RGB value is (53,25,115). Sum of RGB (Red+Green+Blue) = 53+25+115=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #351973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351973 is #CAE68C. Grayscale: #2B2B2B. Windows color (decimal): -13297293 or 7543093. OLE color: 7543093.

HSL color Cylindrical-coordinate representation of color #351973: hue angle of 258.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351973 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 25 115 -
CMYK 0.54 0.78 0 0.55
HSL 258.67º 0.64% 0.27% -
HSV(B) 258.67º 0.78% 0.45% -
XYZ 4.91 2.69 16.48 -
YUV 43.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 53 25 115 0.54 0.78 0 0.55 258.67 0.64 0.27
Hex 35 19 73 36 4E 0 37 103 40 1B
Octal 65 31 163 66 116 0 67 403 100 33
Binary 110101 11001 1110011 110110 1001110 0 110111 100000011 1000000 11011

Color Harmonies of #351973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351973

Black with #351973

Text Example


Text Example

White with #351973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351973; }

 p { color: rgb(53,25,115); }

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

background-color css

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

 a { background-color: rgb(53,25,115); }

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

border-color css

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

 span { border-color: rgb(53,25,115); }

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