Html Css Color HEX #3D067C Indigo

📋 copy color: '#3D067C'

red 61 ◦ green 6 ◦ blue 124

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

Shades of Indigo #3D067C

Tints of Indigo #3D067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 31.94%
G = 3.14%
B = 64.92%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D067C (or 0x3D067C) is known color: Indigo. HEX triplet: 3D, 06 and 7C. RGB value is (61,6,124). Sum of RGB (Red+Green+Blue) = 61+6+124=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D067C is #C2F983. Grayscale: #232323. Windows color (decimal): -12777860 or 8128061. OLE color: 8128061.

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

Color convert

RGB 61 6 124 -
CMYK 0.51 0.95 0 0.51
HSL 267.97º 0.91% 0.25% -
HSV(B) 267.97º 0.95% 0.49% -
XYZ 5.63 2.58 19.27 -
YUV 35.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 61 6 124 0.51 0.95 0 0.51 267.97 0.91 0.25
Hex 3D 6 7C 33 5F 0 33 10C 5B 19
Octal 75 6 174 63 137 0 63 414 133 31
Binary 111101 110 1111100 110011 1011111 0 110011 100001100 1011011 11001

Color Harmonies of #3D067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D067C

Black with #3D067C

Text Example


Text Example

White with #3D067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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