Html Css Color HEX #3A0DA9 Persian Indigo

📋 copy color: '#3A0DA9'

red 58 ◦ green 13 ◦ blue 169

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

Shades of Persian Indigo #3A0DA9

Tints of Persian Indigo #3A0DA9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 169 (66.41% from 255) = 70.42%

R = 24.17%
G = 5.42%
B = 70.42%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3A0DA9 (or 0x3A0DA9) is known color: Persian Indigo. HEX triplet: 3A, 0D and A9. RGB value is (58,13,169). Sum of RGB (Red+Green+Blue) = 58+13+169=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 169 (66.41% from 255 or 70.42% from 240); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A0DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DA9 is #C5F256. Grayscale: #2B2B2B. Windows color (decimal): -12972631 or 11078970. OLE color: 11078970.

HSL color Cylindrical-coordinate representation of color #3A0DA9: hue angle of 257.31º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0DA9 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 13 169 -
CMYK 0.66 0.92 0 0.34
HSL 257.31º 0.86% 0.36% -
HSV(B) 257.31º 0.92% 0.66% -
XYZ 9.05 4.05 37.84 -
YUV 44.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 58 13 169 0.66 0.92 0 0.34 257.31 0.86 0.36
Hex 3A D A9 42 5C 0 22 101 56 24
Octal 72 15 251 102 134 0 42 401 126 44
Binary 111010 1101 10101001 1000010 1011100 0 100010 100000001 1010110 100100

Color Harmonies of #3A0DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DA9

Black with #3A0DA9

Text Example


Text Example

White with #3A0DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,13,169); }

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

background-color css

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

 a { background-color: rgb(58,13,169); }

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

border-color css

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

 span { border-color: rgb(58,13,169); }

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