Html Css Color HEX #3A007B Indigo

📋 copy color: '#3A007B'

red 58 ◦ green 0 ◦ blue 123

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

Shades of Indigo #3A007B

Tints of Indigo #3A007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 32.04%
G = 0%
B = 67.96%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A007B (or 0x3A007B) is known color: Indigo. HEX triplet: 3A, 00 and 7B. RGB value is (58,0,123). Sum of RGB (Red+Green+Blue) = 58+0+123=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A007B is #C5FF84. Grayscale: #1E1E1E. Windows color (decimal): -12976005 or 8060986. OLE color: 8060986.

HSL color Cylindrical-coordinate representation of color #3A007B: hue angle of 268.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A007B is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 0 123 -
CMYK 0.53 1 0 0.52
HSL 268.29º 1% 0.24% -
HSV(B) 268.29º 1% 0.48% -
XYZ 5.32 2.33 18.91 -
YUV 31.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 58 0 123 0.53 1 0 0.52 268.29 1 0.24
Hex 3A 0 7B 35 64 0 34 10C 64 18
Octal 72 0 173 65 144 0 64 414 144 30
Binary 111010 0 1111011 110101 1100100 0 110100 100001100 1100100 11000

Color Harmonies of #3A007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A007B

Black with #3A007B

Text Example


Text Example

White with #3A007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,123); }

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

background-color css

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

 a { background-color: rgb(58,0,123); }

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

border-color css

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

 span { border-color: rgb(58,0,123); }

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