Html Css Color HEX #351673 Persian Indigo

📋 copy color: '#351673'

red 53 ◦ green 22 ◦ blue 115

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

Shades of Persian Indigo #351673

Tints of Persian Indigo #351673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 27.89%
G = 11.58%
B = 60.53%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#351673 (or 0x351673) is known color: Persian Indigo. HEX triplet: 35, 16 and 73. RGB value is (53,22,115). Sum of RGB (Red+Green+Blue) = 53+22+115=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #351673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351673 is #CAE98C. Grayscale: #292929. Windows color (decimal): -13298061 or 7542325. OLE color: 7542325.

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

Color convert

RGB 53 22 115 -
CMYK 0.54 0.81 0 0.55
HSL 260º 0.68% 0.27% -
HSV(B) 260º 0.81% 0.45% -
XYZ 4.85 2.57 16.46 -
YUV 41.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 53 22 115 0.54 0.81 0 0.55 260 0.68 0.27
Hex 35 16 73 36 51 0 37 104 44 1B
Octal 65 26 163 66 121 0 67 404 104 33
Binary 110101 10110 1110011 110110 1010001 0 110111 100000100 1000100 11011

Color Harmonies of #351673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351673

Black with #351673

Text Example


Text Example

White with #351673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351673; }

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

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

background-color css

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

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

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

border-color css

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

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

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