#3D08A3

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

Shades of Indigo #3D08A3

Tints of Indigo #3D08A3

Color information

#3D08A3 (or 0x3D08A3) is unknown color: approx Indigo. HEX triplet: 3D, 08 and A3. RGB value is (61,8,163). Sum of RGB (Red+Green+Blue) = 61+8+163=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D08A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D08A3 is #C2F75C. Grayscale: #282828. Windows color (decimal): -12777309 or 10684477. OLE color: 10684477.

HSL color Cylindrical-coordinate representation of color #3D08A3: hue angle of 260.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D08A3 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB618163-
CMYK0.630.9500.36
HSL260.52º90.64%33.53%-
HSV(B)260.52º95.09%63.92%-
XYZ8.623.8134.93-
YUV41.52196.56141.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=26.29%
G=3.45%
B=70.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6181630.630.9500.36260.5290.6433.53
Hex3D8A33F5F0241055b22
Octal75102437713704440513342
Binary111101100010100011111111101111101001001000001011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D08A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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