Html Css Color HEX #351A81 Persian Indigo

📋 copy color: '#351A81'

red 53 ◦ green 26 ◦ blue 129

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

Shades of Persian Indigo #351A81

Tints of Persian Indigo #351A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 25.48%
G = 12.5%
B = 62.02%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351A81 (or 0x351A81) is known color: Persian Indigo. HEX triplet: 35, 1A and 81. RGB value is (53,26,129). Sum of RGB (Red+Green+Blue) = 53+26+129=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #351A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A81 is #CAE57E. Grayscale: #2D2D2D. Windows color (decimal): -13297023 or 8460853. OLE color: 8460853.

HSL color Cylindrical-coordinate representation of color #351A81: hue angle of 255.73º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351A81 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 26 129 -
CMYK 0.59 0.80 0 0.49
HSL 255.73º 0.66% 0.3% -
HSV(B) 255.73º 0.8% 0.51% -
XYZ 5.8 3.08 21.06 -
YUV 45.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 53 26 129 0.59 0.80 0 0.49 255.73 0.66 0.3
Hex 35 1A 81 3B 50 0 31 100 42 1E
Octal 65 32 201 73 120 0 61 400 102 36
Binary 110101 11010 10000001 111011 1010000 0 110001 100000000 1000010 11110

Color Harmonies of #351A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A81

Black with #351A81

Text Example


Text Example

White with #351A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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