Html Css Color HEX #3A1AA4 Persian Indigo

📋 copy color: '#3A1AA4'

red 58 ◦ green 26 ◦ blue 164

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

Shades of Persian Indigo #3A1AA4

Tints of Persian Indigo #3A1AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 66.13%

R = 23.39%
G = 10.48%
B = 66.13%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3A1AA4 (or 0x3A1AA4) is known color: Persian Indigo. HEX triplet: 3A, 1A and A4. RGB value is (58,26,164). Sum of RGB (Red+Green+Blue) = 58+26+164=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A1AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1AA4 is #C5E55B. Grayscale: #323232. Windows color (decimal): -12969308 or 10754618. OLE color: 10754618.

HSL color Cylindrical-coordinate representation of color #3A1AA4: hue angle of 253.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1AA4 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 26 164 -
CMYK 0.65 0.84 0 0.36
HSL 253.91º 0.73% 0.37% -
HSV(B) 253.91º 0.84% 0.64% -
XYZ 8.82 4.32 35.49 -
YUV 51.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 58 26 164 0.65 0.84 0 0.36 253.91 0.73 0.37
Hex 3A 1A A4 41 54 0 24 FE 49 25
Octal 72 32 244 101 124 0 44 376 111 45
Binary 111010 11010 10100100 1000001 1010100 0 100100 11111110 1001001 100101

Color Harmonies of #3A1AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1AA4

Black with #3A1AA4

Text Example


Text Example

White with #3A1AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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