Html Css Color HEX #3A1A99 Persian Indigo

📋 copy color: '#3A1A99'

red 58 ◦ green 26 ◦ blue 153

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

Shades of Persian Indigo #3A1A99

Tints of Persian Indigo #3A1A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 24.47%
G = 10.97%
B = 64.56%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A1A99 (or 0x3A1A99) is known color: Persian Indigo. HEX triplet: 3A, 1A and 99. RGB value is (58,26,153). Sum of RGB (Red+Green+Blue) = 58+26+153=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A1A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A99 is #C5E566. Grayscale: #313131. Windows color (decimal): -12969319 or 10033722. OLE color: 10033722.

HSL color Cylindrical-coordinate representation of color #3A1A99: hue angle of 255.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1A99 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 26 153 -
CMYK 0.62 0.83 0 0.4
HSL 255.12º 0.71% 0.35% -
HSV(B) 255.12º 0.83% 0.6% -
XYZ 7.86 3.94 30.48 -
YUV 50.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 58 26 153 0.62 0.83 0 0.4 255.12 0.71 0.35
Hex 3A 1A 99 3E 53 0 28 FF 47 23
Octal 72 32 231 76 123 0 50 377 107 43
Binary 111010 11010 10011001 111110 1010011 0 101000 11111111 1000111 100011

Color Harmonies of #3A1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A99

Black with #3A1A99

Text Example


Text Example

White with #3A1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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