Html Css Color HEX #3A0AAB Persian Indigo

📋 copy color: '#3A0AAB'

red 58 ◦ green 10 ◦ blue 171

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

Shades of Persian Indigo #3A0AAB

Tints of Persian Indigo #3A0AAB

RGB

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

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

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

R = 24.27%
G = 4.18%
B = 71.55%

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

#3A0AAB (or 0x3A0AAB) is known color: Persian Indigo. HEX triplet: 3A, 0A and AB. RGB value is (58,10,171). Sum of RGB (Red+Green+Blue) = 58+10+171=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0AAB is #C5F554. Grayscale: #2A2A2A. Windows color (decimal): -12973397 or 11209274. OLE color: 11209274.

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

Color convert

RGB 58 10 171 -
CMYK 0.66 0.94 0 0.33
HSL 257.89º 0.89% 0.35% -
HSV(B) 257.89º 0.94% 0.67% -
XYZ 9.2 4.06 38.83 -
YUV 42.71 200.4 138.91 -
System Red Green Blue C M Y K H S L
Decimal 58 10 171 0.66 0.94 0 0.33 257.89 0.89 0.35
Hex 3A A AB 42 5E 0 21 102 59 23
Octal 72 12 253 102 136 0 41 402 131 43
Binary 111010 1010 10101011 1000010 1011110 0 100001 100000010 1011001 100011

Color Harmonies of #3A0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0AAB

Black with #3A0AAB

Text Example


Text Example

White with #3A0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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