Html Css Color HEX #351374 Persian Indigo

📋 copy color: '#351374'

red 53 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #351374

Tints of Persian Indigo #351374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 28.19%
G = 10.11%
B = 61.7%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#351374 (or 0x351374) is known color: Persian Indigo. HEX triplet: 35, 13 and 74. RGB value is (53,19,116). Sum of RGB (Red+Green+Blue) = 53+19+116=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #351374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351374 is #CAEC8B. Grayscale: #272727. Windows color (decimal): -13298828 or 7607093. OLE color: 7607093.

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

Color convert

RGB 53 19 116 -
CMYK 0.54 0.84 0 0.55
HSL 261.03º 0.72% 0.26% -
HSV(B) 261.03º 0.84% 0.45% -
XYZ 4.85 2.48 16.75 -
YUV 40.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 53 19 116 0.54 0.84 0 0.55 261.03 0.72 0.26
Hex 35 13 74 36 54 0 37 105 48 1A
Octal 65 23 164 66 124 0 67 405 110 32
Binary 110101 10011 1110100 110110 1010100 0 110111 100000101 1001000 11010

Color Harmonies of #351374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351374

Black with #351374

Text Example


Text Example

White with #351374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351374; }

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

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

background-color css

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

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

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

border-color css

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

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

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