#3D147B

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

Shades of Persian Indigo #3D147B

Tints of Persian Indigo #3D147B

Color information

#3D147B (or 0x3D147B) is unknown color: approx Persian Indigo. HEX triplet: 3D, 14 and 7B. RGB value is (61,20,123). Sum of RGB (Red+Green+Blue) = 61+20+123=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D147B is #C2EB84. Grayscale: #2B2B2B. Windows color (decimal): -12774277 or 8066109. OLE color: 8066109.

HSL color Cylindrical-coordinate representation of color #3D147B: hue angle of 263.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D147B is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6120123-
CMYK0.500.8400.52
HSL263.88º72.03%28.04%-
HSV(B)263.88º83.74%48.24%-
XYZ5.752.9219-
YUV44172.58140.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 123 (48.44% from 255) = 60.29%
R=29.90%
G=9.80%
B=60.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61201230.500.8400.52263.8872.0328.04
Hex3D147B3254034108481c
Octal75241736212406441011034
Binary11110110100111101111001010101000110100100001000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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