Html Css Color HEX #3A0DAB Persian Indigo

📋 copy color: '#3A0DAB'

red 58 ◦ green 13 ◦ blue 171

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

Shades of Persian Indigo #3A0DAB

Tints of Persian Indigo #3A0DAB

RGB

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

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

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

R = 23.97%
G = 5.37%
B = 70.66%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A0DAB (or 0x3A0DAB) is known color: Persian Indigo. HEX triplet: 3A, 0D and AB. RGB value is (58,13,171). Sum of RGB (Red+Green+Blue) = 58+13+171=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A0DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DAB is #C5F254. Grayscale: #2B2B2B. Windows color (decimal): -12972629 or 11210042. OLE color: 11210042.

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

Color convert

RGB 58 13 171 -
CMYK 0.66 0.92 0 0.33
HSL 257.09º 0.86% 0.36% -
HSV(B) 257.09º 0.92% 0.67% -
XYZ 9.24 4.13 38.84 -
YUV 44.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 58 13 171 0.66 0.92 0 0.33 257.09 0.86 0.36
Hex 3A D AB 42 5C 0 21 101 56 24
Octal 72 15 253 102 134 0 41 401 126 44
Binary 111010 1101 10101011 1000010 1011100 0 100001 100000001 1010110 100100

Color Harmonies of #3A0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DAB

Black with #3A0DAB

Text Example


Text Example

White with #3A0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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