Html Css Color HEX #3A026B Indigo

📋 copy color: '#3A026B'

red 58 ◦ green 2 ◦ blue 107

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

Shades of Indigo #3A026B

Tints of Indigo #3A026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 34.73%
G = 1.2%
B = 64.07%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A026B (or 0x3A026B) is known color: Indigo. HEX triplet: 3A, 02 and 6B. RGB value is (58,2,107). Sum of RGB (Red+Green+Blue) = 58+2+107=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A026B is #C5FD94. Grayscale: #1E1E1E. Windows color (decimal): -12975509 or 7012922. OLE color: 7012922.

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

Color convert

RGB 58 2 107 -
CMYK 0.46 0.98 0 0.58
HSL 272º 0.96% 0.21% -
HSV(B) 272º 0.98% 0.42% -
XYZ 4.42 2 14.06 -
YUV 30.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 58 2 107 0.46 0.98 0 0.58 272 0.96 0.21
Hex 3A 2 6B 2E 62 0 3A 110 60 15
Octal 72 2 153 56 142 0 72 420 140 25
Binary 111010 10 1101011 101110 1100010 0 111010 100010000 1100000 10101

Color Harmonies of #3A026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A026B

Black with #3A026B

Text Example


Text Example

White with #3A026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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