Html Css Color HEX #3A0AAC Persian Indigo

📋 copy color: '#3A0AAC'

red 58 ◦ green 10 ◦ blue 172

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

Shades of Persian Indigo #3A0AAC

Tints of Persian Indigo #3A0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

 BLUE value IS 172 (67.58% from 255) = 71.67%

R = 24.17%
G = 4.17%
B = 71.67%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A0AAC (or 0x3A0AAC) is known color: Persian Indigo. HEX triplet: 3A, 0A and AC. RGB value is (58,10,172). Sum of RGB (Red+Green+Blue) = 58+10+172=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0AAC is #C5F553. Grayscale: #2A2A2A. Windows color (decimal): -12973396 or 11274810. OLE color: 11274810.

HSL color Cylindrical-coordinate representation of color #3A0AAC: hue angle of 257.78º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0AAC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 10 172 -
CMYK 0.66 0.94 0 0.33
HSL 257.78º 0.89% 0.36% -
HSV(B) 257.78º 0.94% 0.67% -
XYZ 9.3 4.1 39.33 -
YUV 42.82 200.9 138.83 -
System Red Green Blue C M Y K H S L
Decimal 58 10 172 0.66 0.94 0 0.33 257.78 0.89 0.36
Hex 3A A AC 42 5E 0 21 102 59 24
Octal 72 12 254 102 136 0 41 402 131 44
Binary 111010 1010 10101100 1000010 1011110 0 100001 100000010 1011001 100100

Color Harmonies of #3A0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0AAC

Black with #3A0AAC

Text Example


Text Example

White with #3A0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,10,172); }

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

background-color css

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

 a { background-color: rgb(58,10,172); }

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

border-color css

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

 span { border-color: rgb(58,10,172); }

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