Html Css Color HEX #3D086E Indigo

📋 copy color: '#3D086E'

red 61 ◦ green 8 ◦ blue 110

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

Shades of Indigo #3D086E

Tints of Indigo #3D086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 110 (43.36% from 255) = 61.45%

R = 34.08%
G = 4.47%
B = 61.45%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D086E (or 0x3D086E) is known color: Indigo. HEX triplet: 3D, 08 and 6E. RGB value is (61,8,110). Sum of RGB (Red+Green+Blue) = 61+8+110=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D086E is #C2F791. Grayscale: #232323. Windows color (decimal): -12777362 or 7211069. OLE color: 7211069.

HSL color Cylindrical-coordinate representation of color #3D086E: hue angle of 271.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D086E is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 8 110 -
CMYK 0.45 0.93 0 0.57
HSL 271.18º 0.86% 0.23% -
HSV(B) 271.18º 0.93% 0.43% -
XYZ 4.83 2.29 14.94 -
YUV 35.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 61 8 110 0.45 0.93 0 0.57 271.18 0.86 0.23
Hex 3D 8 6E 2D 5D 0 39 10F 56 17
Octal 75 10 156 55 135 0 71 417 126 27
Binary 111101 1000 1101110 101101 1011101 0 111001 100001111 1010110 10111

Color Harmonies of #3D086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D086E

Black with #3D086E

Text Example


Text Example

White with #3D086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,8,110); }

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

background-color css

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

 a { background-color: rgb(61,8,110); }

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

border-color css

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

 span { border-color: rgb(61,8,110); }

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