Html Css Color HEX #3A1B76 Persian Indigo

📋 copy color: '#3A1B76'

red 58 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #3A1B76

Tints of Persian Indigo #3A1B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.3%

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

R = 28.57%
G = 13.3%
B = 58.13%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1B76 (or 0x3A1B76) is known color: Persian Indigo. HEX triplet: 3A, 1B and 76. RGB value is (58,27,118). Sum of RGB (Red+Green+Blue) = 58+27+118=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B76 is #C5E489. Grayscale: #2E2E2E. Windows color (decimal): -12969098 or 7740218. OLE color: 7740218.

HSL color Cylindrical-coordinate representation of color #3A1B76: hue angle of 260.44º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1B76 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 27 118 -
CMYK 0.51 0.77 0 0.54
HSL 260.44º 0.63% 0.28% -
HSV(B) 260.44º 0.77% 0.46% -
XYZ 5.41 2.99 17.43 -
YUV 46.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 58 27 118 0.51 0.77 0 0.54 260.44 0.63 0.28
Hex 3A 1B 76 33 4D 0 36 104 3F 1C
Octal 72 33 166 63 115 0 66 404 77 34
Binary 111010 11011 1110110 110011 1001101 0 110110 100000100 111111 11100

Color Harmonies of #3A1B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1B76

Black with #3A1B76

Text Example


Text Example

White with #3A1B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,27,118); }

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

background-color css

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

 a { background-color: rgb(58,27,118); }

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

border-color css

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

 span { border-color: rgb(58,27,118); }

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