Html Css Color HEX #3A11AB Persian Indigo

📋 copy color: '#3A11AB'

red 58 ◦ green 17 ◦ blue 171

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

Shades of Persian Indigo #3A11AB

Tints of Persian Indigo #3A11AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 23.58%
G = 6.91%
B = 69.51%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A11AB (or 0x3A11AB) is known color: Persian Indigo. HEX triplet: 3A, 11 and AB. RGB value is (58,17,171). Sum of RGB (Red+Green+Blue) = 58+17+171=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A11AB is #C5EE54. Grayscale: #2E2E2E. Windows color (decimal): -12971605 or 11211066. OLE color: 11211066.

HSL color Cylindrical-coordinate representation of color #3A11AB: hue angle of 255.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A11AB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 17 171 -
CMYK 0.66 0.90 0 0.33
HSL 255.97º 0.82% 0.37% -
HSV(B) 255.97º 0.9% 0.67% -
XYZ 9.3 4.24 38.86 -
YUV 46.82 198.08 135.98 -
System Red Green Blue C M Y K H S L
Decimal 58 17 171 0.66 0.90 0 0.33 255.97 0.82 0.37
Hex 3A 11 AB 42 5A 0 21 100 52 25
Octal 72 21 253 102 132 0 41 400 122 45
Binary 111010 10001 10101011 1000010 1011010 0 100001 100000000 1010010 100101

Color Harmonies of #3A11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A11AB

Black with #3A11AB

Text Example


Text Example

White with #3A11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,171); }

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

background-color css

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

 a { background-color: rgb(58,17,171); }

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

border-color css

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

 span { border-color: rgb(58,17,171); }

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