Html Css Color HEX #351A76 Persian Indigo

📋 copy color: '#351A76'

red 53 ◦ green 26 ◦ blue 118

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

Shades of Persian Indigo #351A76

Tints of Persian Indigo #351A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 26.9%
G = 13.2%
B = 59.9%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351A76 (or 0x351A76) is known color: Persian Indigo. HEX triplet: 35, 1A and 76. RGB value is (53,26,118). Sum of RGB (Red+Green+Blue) = 53+26+118=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #351A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A76 is #CAE589. Grayscale: #2C2C2C. Windows color (decimal): -13297034 or 7739957. OLE color: 7739957.

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

Color convert

RGB 53 26 118 -
CMYK 0.55 0.78 0 0.54
HSL 257.61º 0.64% 0.28% -
HSV(B) 257.61º 0.78% 0.46% -
XYZ 5.11 2.8 17.41 -
YUV 44.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 53 26 118 0.55 0.78 0 0.54 257.61 0.64 0.28
Hex 35 1A 76 37 4E 0 36 102 40 1C
Octal 65 32 166 67 116 0 66 402 100 34
Binary 110101 11010 1110110 110111 1001110 0 110110 100000010 1000000 11100

Color Harmonies of #351A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A76

Black with #351A76

Text Example


Text Example

White with #351A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351A76; }

 p { color: rgb(53,26,118); }

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

background-color css

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

 a { background-color: rgb(53,26,118); }

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

border-color css

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

 span { border-color: rgb(53,26,118); }

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