#3D0298

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

Shades of Indigo #3D0298

Tints of Indigo #3D0298

Color information

#3D0298 (or 0x3D0298) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 98. RGB value is (61,2,152). Sum of RGB (Red+Green+Blue) = 61+2+152=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0298 is #C2FD67. Grayscale: #242424. Windows color (decimal): -12778856 or 9962045. OLE color: 9962045.

HSL color Cylindrical-coordinate representation of color #3D0298: hue angle of 263.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0298 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB612152-
CMYK0.600.9900.40
HSL263.6º97.4%30.2%-
HSV(B)263.6º98.68%59.61%-
XYZ7.613.329.94-
YUV36.74193.05145.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 152 (59.77% from 255) = 70.70%
R=28.37%
G=0.93%
B=70.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6121520.600.9900.40263.697.430.2
Hex3D2983C63028108611e
Octal7522307414305041014136
Binary111101101001100011110011000110101000100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,2,152); }

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

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

 a { background-color: rgb(61,2,152); }

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

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

 span { border-color: rgb(61,2,152); }

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