Html Css Color HEX #3A1A77 Persian Indigo

📋 copy color: '#3A1A77'

red 58 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #3A1A77

Tints of Persian Indigo #3A1A77

RGB

 RED value IS 58 (23.05% from 255) = 28.57%

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

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 28.57%
G = 12.81%
B = 58.62%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1A77 (or 0x3A1A77) is known color: Persian Indigo. HEX triplet: 3A, 1A and 77. RGB value is (58,26,119). Sum of RGB (Red+Green+Blue) = 58+26+119=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A77 is #C5E588. Grayscale: #2D2D2D. Windows color (decimal): -12969353 or 7805498. OLE color: 7805498.

HSL color Cylindrical-coordinate representation of color #3A1A77: hue angle of 260.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1A77 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 26 119 -
CMYK 0.51 0.78 0 0.53
HSL 260.65º 0.64% 0.28% -
HSV(B) 260.65º 0.78% 0.47% -
XYZ 5.44 2.97 17.74 -
YUV 46.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 58 26 119 0.51 0.78 0 0.53 260.65 0.64 0.28
Hex 3A 1A 77 33 4E 0 35 105 40 1C
Octal 72 32 167 63 116 0 65 405 100 34
Binary 111010 11010 1110111 110011 1001110 0 110101 100000101 1000000 11100

Color Harmonies of #3A1A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A77

Black with #3A1A77

Text Example


Text Example

White with #3A1A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A1A77; }

 p { color: rgb(58,26,119); }

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

background-color css

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

 a { background-color: rgb(58,26,119); }

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

border-color css

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

 span { border-color: rgb(58,26,119); }

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