Html Css Color HEX #3D007A Indigo

📋 copy color: '#3D007A'

red 61 ◦ green 0 ◦ blue 122

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

Shades of Indigo #3D007A

Tints of Indigo #3D007A

RGB

 RED value IS 61 (24.22% from 255) = 33.33%

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

 BLUE value IS 122 (48.05% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D007A (or 0x3D007A) is known color: Indigo. HEX triplet: 3D, 00 and 7A. RGB value is (61,0,122). Sum of RGB (Red+Green+Blue) = 61+0+122=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D007A is #C2FF85. Grayscale: #1F1F1F. Windows color (decimal): -12779398 or 7995453. OLE color: 7995453.

HSL color Cylindrical-coordinate representation of color #3D007A: hue angle of 270º 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 #3D007A is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 61 0 122 -
CMYK 0.50 1 0 0.52
HSL 270º 1% 0.24% -
HSV(B) 270º 1% 0.48% -
XYZ 5.44 2.4 18.59 -
YUV 32.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 61 0 122 0.50 1 0 0.52 270 1 0.24
Hex 3D 0 7A 32 64 0 34 10E 64 18
Octal 75 0 172 62 144 0 64 416 144 30
Binary 111101 0 1111010 110010 1100100 0 110100 100001110 1100100 11000

Color Harmonies of #3D007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D007A

Black with #3D007A

Text Example


Text Example

White with #3D007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,0,122); }

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

background-color css

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

 a { background-color: rgb(61,0,122); }

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

border-color css

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

 span { border-color: rgb(61,0,122); }

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