Html Css Color HEX #3A1877 Persian Indigo

📋 copy color: '#3A1877'

red 58 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #3A1877

Tints of Persian Indigo #3A1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 28.86%
G = 11.94%
B = 59.2%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1877 (or 0x3A1877) is known color: Persian Indigo. HEX triplet: 3A, 18 and 77. RGB value is (58,24,119). Sum of RGB (Red+Green+Blue) = 58+24+119=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1877 is #C5E788. Grayscale: #2C2C2C. Windows color (decimal): -12969865 or 7804986. OLE color: 7804986.

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

Color convert

RGB 58 24 119 -
CMYK 0.51 0.80 0 0.53
HSL 261.47º 0.66% 0.28% -
HSV(B) 261.47º 0.8% 0.47% -
XYZ 5.4 2.88 17.72 -
YUV 45 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 58 24 119 0.51 0.80 0 0.53 261.47 0.66 0.28
Hex 3A 18 77 33 50 0 35 105 42 1C
Octal 72 30 167 63 120 0 65 405 102 34
Binary 111010 11000 1110111 110011 1010000 0 110101 100000101 1000010 11100

Color Harmonies of #3A1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1877

Black with #3A1877

Text Example


Text Example

White with #3A1877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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