Html Css Color HEX #3A006D Indigo

📋 copy color: '#3A006D'

red 58 ◦ green 0 ◦ blue 109

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

Shades of Indigo #3A006D

Tints of Indigo #3A006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.27%

R = 34.73%
G = 0%
B = 65.27%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A006D (or 0x3A006D) is known color: Indigo. HEX triplet: 3A, 00 and 6D. RGB value is (58,0,109). Sum of RGB (Red+Green+Blue) = 58+0+109=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A006D is #C5FF92. Grayscale: #1D1D1D. Windows color (decimal): -12976019 or 7143482. OLE color: 7143482.

HSL color Cylindrical-coordinate representation of color #3A006D: hue angle of 271.93º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A006D is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 0 109 -
CMYK 0.47 1 0 0.57
HSL 271.93º 1% 0.21% -
HSV(B) 271.93º 1% 0.43% -
XYZ 4.51 2 14.62 -
YUV 29.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 58 0 109 0.47 1 0 0.57 271.93 1 0.21
Hex 3A 0 6D 2F 64 0 39 110 64 15
Octal 72 0 155 57 144 0 71 420 144 25
Binary 111010 0 1101101 101111 1100100 0 111001 100010000 1100100 10101

Color Harmonies of #3A006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A006D

Black with #3A006D

Text Example


Text Example

White with #3A006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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