Html Css Color HEX #3A1B78 Persian Indigo

📋 copy color: '#3A1B78'

red 58 ◦ green 27 ◦ blue 120

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

Shades of Persian Indigo #3A1B78

Tints of Persian Indigo #3A1B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 28.29%
G = 13.17%
B = 58.54%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1B78 (or 0x3A1B78) is known color: Persian Indigo. HEX triplet: 3A, 1B and 78. RGB value is (58,27,120). Sum of RGB (Red+Green+Blue) = 58+27+120=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B78 is #C5E487. Grayscale: #2E2E2E. Windows color (decimal): -12969096 or 7871290. OLE color: 7871290.

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

Color convert

RGB 58 27 120 -
CMYK 0.52 0.78 0 0.53
HSL 260º 0.63% 0.29% -
HSV(B) 260º 0.78% 0.47% -
XYZ 5.53 3.04 18.06 -
YUV 46.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 58 27 120 0.52 0.78 0 0.53 260 0.63 0.29
Hex 3A 1B 78 34 4E 0 35 104 3F 1D
Octal 72 33 170 64 116 0 65 404 77 35
Binary 111010 11011 1111000 110100 1001110 0 110101 100000100 111111 11101

Color Harmonies of #3A1B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1B78

Black with #3A1B78

Text Example


Text Example

White with #3A1B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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