Html Css Color HEX #351674 Persian Indigo

📋 copy color: '#351674'

red 53 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #351674

Tints of Persian Indigo #351674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 27.75%
G = 11.52%
B = 60.73%

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

#351674 (or 0x351674) is known color: Persian Indigo. HEX triplet: 35, 16 and 74. RGB value is (53,22,116). Sum of RGB (Red+Green+Blue) = 53+22+116=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #351674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351674 is #CAE98B. Grayscale: #292929. Windows color (decimal): -13298060 or 7607861. OLE color: 7607861.

HSL color Cylindrical-coordinate representation of color #351674: hue angle of 259.79º 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 #351674 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 22 116 -
CMYK 0.54 0.81 0 0.55
HSL 259.79º 0.68% 0.27% -
HSV(B) 259.79º 0.81% 0.45% -
XYZ 4.91 2.59 16.76 -
YUV 41.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 53 22 116 0.54 0.81 0 0.55 259.79 0.68 0.27
Hex 35 16 74 36 51 0 37 104 44 1B
Octal 65 26 164 66 121 0 67 404 104 33
Binary 110101 10110 1110100 110110 1010001 0 110111 100000100 1000100 11011

Color Harmonies of #351674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351674

Black with #351674

Text Example


Text Example

White with #351674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351674; }

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

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

background-color css

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

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

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

border-color css

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

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

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