Html Css Color HEX #3A1B7A Persian Indigo

📋 copy color: '#3A1B7A'

red 58 ◦ green 27 ◦ blue 122

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

Shades of Persian Indigo #3A1B7A

Tints of Persian Indigo #3A1B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.94%

R = 28.02%
G = 13.04%
B = 58.94%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A1B7A (or 0x3A1B7A) is known color: Persian Indigo. HEX triplet: 3A, 1B and 7A. RGB value is (58,27,122). Sum of RGB (Red+Green+Blue) = 58+27+122=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A1B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B7A is #C5E485. Grayscale: #2E2E2E. Windows color (decimal): -12969094 or 8002362. OLE color: 8002362.

HSL color Cylindrical-coordinate representation of color #3A1B7A: hue angle of 259.58º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1B7A is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 27 122 -
CMYK 0.52 0.78 0 0.52
HSL 259.58º 0.64% 0.29% -
HSV(B) 259.58º 0.78% 0.48% -
XYZ 5.65 3.09 18.71 -
YUV 47.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 58 27 122 0.52 0.78 0 0.52 259.58 0.64 0.29
Hex 3A 1B 7A 34 4E 0 34 104 40 1D
Octal 72 33 172 64 116 0 64 404 100 35
Binary 111010 11011 1111010 110100 1001110 0 110100 100000100 1000000 11101

Color Harmonies of #3A1B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1B7A

Black with #3A1B7A

Text Example


Text Example

White with #3A1B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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