Html Css Color HEX #3A0372 Indigo

📋 copy color: '#3A0372'

red 58 ◦ green 3 ◦ blue 114

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

Shades of Indigo #3A0372

Tints of Indigo #3A0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 33.14%
G = 1.71%
B = 65.14%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0372 (or 0x3A0372) is known color: Indigo. HEX triplet: 3A, 03 and 72. RGB value is (58,3,114). Sum of RGB (Red+Green+Blue) = 58+3+114=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0372 is #C5FC8D. Grayscale: #1F1F1F. Windows color (decimal): -12975246 or 7471930. OLE color: 7471930.

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

Color convert

RGB 58 3 114 -
CMYK 0.49 0.97 0 0.55
HSL 269.73º 0.95% 0.23% -
HSV(B) 269.73º 0.97% 0.45% -
XYZ 4.81 2.18 16.09 -
YUV 32.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 58 3 114 0.49 0.97 0 0.55 269.73 0.95 0.23
Hex 3A 3 72 31 61 0 37 10E 5F 17
Octal 72 3 162 61 141 0 67 416 137 27
Binary 111010 11 1110010 110001 1100001 0 110111 100001110 1011111 10111

Color Harmonies of #3A0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0372

Black with #3A0372

Text Example


Text Example

White with #3A0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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