#3D0399

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

Shades of Indigo #3D0399

Tints of Indigo #3D0399

Color information

#3D0399 (or 0x3D0399) is unknown color: approx Indigo. HEX triplet: 3D, 03 and 99. RGB value is (61,3,153). Sum of RGB (Red+Green+Blue) = 61+3+153=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0399 is #C2FC66. Grayscale: #242424. Windows color (decimal): -12778599 or 10027837. OLE color: 10027837.

HSL color Cylindrical-coordinate representation of color #3D0399: hue angle of 263.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0399 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB613153-
CMYK0.600.9800.4
HSL263.2º96.15%30.59%-
HSV(B)263.2º98.04%60%-
XYZ7.713.3630.38-
YUV37.44193.22144.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.11%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=28.11%
G=1.38%
B=70.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6131530.600.9800.4263.296.1530.59
Hex3D3993C62028107601f
Octal7532317414205040714037
Binary111101111001100111110011000100101000100000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,153); }

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

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

 a { background-color: rgb(61,3,153); }

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

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

 span { border-color: rgb(61,3,153); }

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