Html Css Color HEX #3A10AA Persian Indigo

📋 copy color: '#3A10AA'

red 58 ◦ green 16 ◦ blue 170

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

Shades of Persian Indigo #3A10AA

Tints of Persian Indigo #3A10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 170 (66.8% from 255) = 69.67%

R = 23.77%
G = 6.56%
B = 69.67%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A10AA (or 0x3A10AA) is known color: Persian Indigo. HEX triplet: 3A, 10 and AA. RGB value is (58,16,170). Sum of RGB (Red+Green+Blue) = 58+16+170=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A10AA is #C5EF55. Grayscale: #2D2D2D. Windows color (decimal): -12971862 or 11145274. OLE color: 11145274.

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

Color convert

RGB 58 16 170 -
CMYK 0.66 0.91 0 0.33
HSL 256.36º 0.83% 0.36% -
HSV(B) 256.36º 0.91% 0.67% -
XYZ 9.19 4.17 38.35 -
YUV 46.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 58 16 170 0.66 0.91 0 0.33 256.36 0.83 0.36
Hex 3A 10 AA 42 5B 0 21 100 53 24
Octal 72 20 252 102 133 0 41 400 123 44
Binary 111010 10000 10101010 1000010 1011011 0 100001 100000000 1010011 100100

Color Harmonies of #3A10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A10AA

Black with #3A10AA

Text Example


Text Example

White with #3A10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,16,170); }

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

background-color css

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

 a { background-color: rgb(58,16,170); }

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

border-color css

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

 span { border-color: rgb(58,16,170); }

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