#3D187B

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

Shades of Persian Indigo #3D187B

Tints of Persian Indigo #3D187B

Color information

#3D187B (or 0x3D187B) is unknown color: approx Persian Indigo. HEX triplet: 3D, 18 and 7B. RGB value is (61,24,123). Sum of RGB (Red+Green+Blue) = 61+24+123=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D187B is #C2E784. Grayscale: #2D2D2D. Windows color (decimal): -12773253 or 8067133. OLE color: 8067133.

HSL color Cylindrical-coordinate representation of color #3D187B: hue angle of 262.42º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D187B is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6124123-
CMYK0.500.8000.52
HSL262.42º67.35%28.82%-
HSV(B)262.42º80.49%48.24%-
XYZ5.833.0819.03-
YUV46.35171.26138.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=29.33%
G=11.54%
B=59.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61241230.500.8000.52262.4267.3528.82
Hex3D187B3250034106431d
Octal75301736212006440610335
Binary11110111000111101111001010100000110100100000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,123); }

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

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

 a { background-color: rgb(61,24,123); }

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

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

 span { border-color: rgb(61,24,123); }

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