Html Css Color HEX #3A0A6A Persian Indigo

📋 copy color: '#3A0A6A'

red 58 ◦ green 10 ◦ blue 106

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

Shades of Persian Indigo #3A0A6A

Tints of Persian Indigo #3A0A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.92%

R = 33.33%
G = 5.75%
B = 60.92%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A0A6A (or 0x3A0A6A) is known color: Persian Indigo. HEX triplet: 3A, 0A and 6A. RGB value is (58,10,106). Sum of RGB (Red+Green+Blue) = 58+10+106=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A0A6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A6A is #C5F595. Grayscale: #222222. Windows color (decimal): -12973462 or 6949434. OLE color: 6949434.

HSL color Cylindrical-coordinate representation of color #3A0A6A: hue angle of 270º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0A6A is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 10 106 -
CMYK 0.45 0.91 0 0.58
HSL 270º 0.83% 0.23% -
HSV(B) 270º 0.91% 0.42% -
XYZ 4.45 2.16 13.82 -
YUV 35.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 58 10 106 0.45 0.91 0 0.58 270 0.83 0.23
Hex 3A A 6A 2D 5B 0 3A 10E 53 17
Octal 72 12 152 55 133 0 72 416 123 27
Binary 111010 1010 1101010 101101 1011011 0 111010 100001110 1010011 10111

Color Harmonies of #3A0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A6A

Black with #3A0A6A

Text Example


Text Example

White with #3A0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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