Html Css Color HEX #3A036F Indigo

📋 copy color: '#3A036F'

red 58 ◦ green 3 ◦ blue 111

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

Shades of Indigo #3A036F

Tints of Indigo #3A036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.53%

R = 33.72%
G = 1.74%
B = 64.53%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A036F (or 0x3A036F) is known color: Indigo. HEX triplet: 3A, 03 and 6F. RGB value is (58,3,111). Sum of RGB (Red+Green+Blue) = 58+3+111=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A036F is #C5FC90. Grayscale: #1F1F1F. Windows color (decimal): -12975249 or 7275322. OLE color: 7275322.

HSL color Cylindrical-coordinate representation of color #3A036F: hue angle of 270.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A036F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 3 111 -
CMYK 0.48 0.97 0 0.56
HSL 270.56º 0.95% 0.22% -
HSV(B) 270.56º 0.97% 0.44% -
XYZ 4.65 2.11 15.2 -
YUV 31.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 58 3 111 0.48 0.97 0 0.56 270.56 0.95 0.22
Hex 3A 3 6F 30 61 0 38 10F 5F 16
Octal 72 3 157 60 141 0 70 417 137 26
Binary 111010 11 1101111 110000 1100001 0 111000 100001111 1011111 10110

Color Harmonies of #3A036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A036F

Black with #3A036F

Text Example


Text Example

White with #3A036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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