Html Css Color HEX #3D007C Indigo

📋 copy color: '#3D007C'

red 61 ◦ green 0 ◦ blue 124

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

Shades of Indigo #3D007C

Tints of Indigo #3D007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.03%

R = 32.97%
G = 0%
B = 67.03%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D007C (or 0x3D007C) is known color: Indigo. HEX triplet: 3D, 00 and 7C. RGB value is (61,0,124). Sum of RGB (Red+Green+Blue) = 61+0+124=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D007C is #C2FF83. Grayscale: #1F1F1F. Windows color (decimal): -12779396 or 8126525. OLE color: 8126525.

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

Color convert

RGB 61 0 124 -
CMYK 0.51 1 0 0.51
HSL 269.52º 1% 0.24% -
HSV(B) 269.52º 1% 0.49% -
XYZ 5.56 2.45 19.25 -
YUV 32.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 61 0 124 0.51 1 0 0.51 269.52 1 0.24
Hex 3D 0 7C 33 64 0 33 10E 64 18
Octal 75 0 174 63 144 0 63 416 144 30
Binary 111101 0 1111100 110011 1100100 0 110011 100001110 1100100 11000

Color Harmonies of #3D007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D007C

Black with #3D007C

Text Example


Text Example

White with #3D007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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