Html Css Color HEX #3A036B Indigo

📋 copy color: '#3A036B'

red 58 ◦ green 3 ◦ blue 107

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

Shades of Indigo #3A036B

Tints of Indigo #3A036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 34.52%
G = 1.79%
B = 63.69%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A036B (or 0x3A036B) is known color: Indigo. HEX triplet: 3A, 03 and 6B. RGB value is (58,3,107). Sum of RGB (Red+Green+Blue) = 58+3+107=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A036B is #C5FC94. Grayscale: #1E1E1E. Windows color (decimal): -12975253 or 7013178. OLE color: 7013178.

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

Color convert

RGB 58 3 107 -
CMYK 0.46 0.97 0 0.58
HSL 271.73º 0.95% 0.22% -
HSV(B) 271.73º 0.97% 0.42% -
XYZ 4.43 2.03 14.07 -
YUV 31.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 58 3 107 0.46 0.97 0 0.58 271.73 0.95 0.22
Hex 3A 3 6B 2E 61 0 3A 110 5F 16
Octal 72 3 153 56 141 0 72 420 137 26
Binary 111010 11 1101011 101110 1100001 0 111010 100010000 1011111 10110

Color Harmonies of #3A036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A036B

Black with #3A036B

Text Example


Text Example

White with #3A036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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