Html Css Color HEX #3A0E6D Persian Indigo

📋 copy color: '#3A0E6D'

red 58 ◦ green 14 ◦ blue 109

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

Shades of Persian Indigo #3A0E6D

Tints of Persian Indigo #3A0E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 32.04%
G = 7.73%
B = 60.22%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A0E6D (or 0x3A0E6D) is known color: Persian Indigo. HEX triplet: 3A, 0E and 6D. RGB value is (58,14,109). Sum of RGB (Red+Green+Blue) = 58+14+109=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A0E6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0E6D is #C5F192. Grayscale: #252525. Windows color (decimal): -12972435 or 7147066. OLE color: 7147066.

HSL color Cylindrical-coordinate representation of color #3A0E6D: hue angle of 267.79º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A0E6D is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 14 109 -
CMYK 0.47 0.87 0 0.57
HSL 267.79º 0.77% 0.24% -
HSV(B) 267.79º 0.87% 0.43% -
XYZ 4.66 2.32 14.67 -
YUV 37.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 58 14 109 0.47 0.87 0 0.57 267.79 0.77 0.24
Hex 3A E 6D 2F 57 0 39 10C 4D 18
Octal 72 16 155 57 127 0 71 414 115 30
Binary 111010 1110 1101101 101111 1010111 0 111001 100001100 1001101 11000

Color Harmonies of #3A0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0E6D

Black with #3A0E6D

Text Example


Text Example

White with #3A0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,14,109); }

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

background-color css

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

 a { background-color: rgb(58,14,109); }

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

border-color css

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

 span { border-color: rgb(58,14,109); }

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