Html Css Color HEX #3A037E Indigo

📋 copy color: '#3A037E'

red 58 ◦ green 3 ◦ blue 126

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

Shades of Indigo #3A037E

Tints of Indigo #3A037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 67.38%

R = 31.02%
G = 1.6%
B = 67.38%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A037E (or 0x3A037E) is known color: Indigo. HEX triplet: 3A, 03 and 7E. RGB value is (58,3,126). Sum of RGB (Red+Green+Blue) = 58+3+126=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A037E is #C5FC81. Grayscale: #212121. Windows color (decimal): -12975234 or 8258362. OLE color: 8258362.

HSL color Cylindrical-coordinate representation of color #3A037E: hue angle of 266.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A037E is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 3 126 -
CMYK 0.54 0.98 0 0.51
HSL 266.83º 0.95% 0.25% -
HSV(B) 266.83º 0.98% 0.49% -
XYZ 5.54 2.47 19.92 -
YUV 33.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 58 3 126 0.54 0.98 0 0.51 266.83 0.95 0.25
Hex 3A 3 7E 36 62 0 33 10B 5F 19
Octal 72 3 176 66 142 0 63 413 137 31
Binary 111010 11 1111110 110110 1100010 0 110011 100001011 1011111 11001

Color Harmonies of #3A037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A037E

Black with #3A037E

Text Example


Text Example

White with #3A037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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