Html Css Color HEX #3A1A70 Persian Indigo

📋 copy color: '#3A1A70'

red 58 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #3A1A70

Tints of Persian Indigo #3A1A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 29.59%
G = 13.27%
B = 57.14%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A1A70 (or 0x3A1A70) is known color: Persian Indigo. HEX triplet: 3A, 1A and 70. RGB value is (58,26,112). Sum of RGB (Red+Green+Blue) = 58+26+112=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A70 is #C5E58F. Grayscale: #2D2D2D. Windows color (decimal): -12969360 or 7346746. OLE color: 7346746.

HSL color Cylindrical-coordinate representation of color #3A1A70: hue angle of 262.33º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1A70 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 26 112 -
CMYK 0.48 0.77 0 0.56
HSL 262.33º 0.62% 0.27% -
HSV(B) 262.33º 0.77% 0.44% -
XYZ 5.04 2.81 15.61 -
YUV 45.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 58 26 112 0.48 0.77 0 0.56 262.33 0.62 0.27
Hex 3A 1A 70 30 4D 0 38 106 3E 1B
Octal 72 32 160 60 115 0 70 406 76 33
Binary 111010 11010 1110000 110000 1001101 0 111000 100000110 111110 11011

Color Harmonies of #3A1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A70

Black with #3A1A70

Text Example


Text Example

White with #3A1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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