#3D018B

Color #3D018B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3D018B

Tints of Indigo #3D018B

Color information

#3D018B (or 0x3D018B) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 8B. RGB value is (61,1,139). Sum of RGB (Red+Green+Blue) = 61+1+139=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D018B is #C2FE74. Grayscale: #222222. Windows color (decimal): -12779125 or 9109821. OLE color: 9109821.

HSL color Cylindrical-coordinate representation of color #3D018B: hue angle of 266.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D018B is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB611139-
CMYK0.560.9900.45
HSL266.09º98.57%27.45%-
HSV(B)266.09º99.28%54.51%-
XYZ6.62.8824.63-
YUV34.67186.88146.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=30.35%
G=0.50%
B=69.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6111390.560.9900.45266.0998.5727.45
Hex3D18B386302D10a631b
Octal7512137014305541214333
Binary11110111000101111100011000110101101100001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,139); }

 H1.HeaderClassName
 {
   color: #3D018B;
 }
 .AnyTagClassName
 {
   color: #3D018B;
 }
</style>
background-color css

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

 a { background-color: rgb(61,1,139); }

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

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

 span { border-color: rgb(61,1,139); }

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