Html Css Color HEX #3A0672 Persian Indigo

📋 copy color: '#3A0672'

red 58 ◦ green 6 ◦ blue 114

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

Shades of Persian Indigo #3A0672

Tints of Persian Indigo #3A0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

 BLUE value IS 114 (44.92% from 255) = 64.04%

R = 32.58%
G = 3.37%
B = 64.04%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0672 (or 0x3A0672) is known color: Persian Indigo. HEX triplet: 3A, 06 and 72. RGB value is (58,6,114). Sum of RGB (Red+Green+Blue) = 58+6+114=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A0672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0672 is #C5F98D. Grayscale: #212121. Windows color (decimal): -12974478 or 7472698. OLE color: 7472698.

HSL color Cylindrical-coordinate representation of color #3A0672: hue angle of 268.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0672 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 6 114 -
CMYK 0.49 0.95 0 0.55
HSL 268.89º 0.9% 0.24% -
HSV(B) 268.89º 0.95% 0.45% -
XYZ 4.85 2.24 16.1 -
YUV 33.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 58 6 114 0.49 0.95 0 0.55 268.89 0.9 0.24
Hex 3A 6 72 31 5F 0 37 10D 5A 18
Octal 72 6 162 61 137 0 67 415 132 30
Binary 111010 110 1110010 110001 1011111 0 110111 100001101 1011010 11000

Color Harmonies of #3A0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0672

Black with #3A0672

Text Example


Text Example

White with #3A0672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,114); }

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

background-color css

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

 a { background-color: rgb(58,6,114); }

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

border-color css

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

 span { border-color: rgb(58,6,114); }

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