#3D2CB6

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

Shades of Persian Blue #3D2CB6

Tints of Persian Blue #3D2CB6

Color information

#3D2CB6 (or 0x3D2CB6) is unknown color: approx Persian Blue. HEX triplet: 3D, 2C and B6. RGB value is (61,44,182). Sum of RGB (Red+Green+Blue) = 61+44+182=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #3D2CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CB6 is #C2D349. Grayscale: #404040. Windows color (decimal): -12768074 or 11938877. OLE color: 11938877.

HSL color Cylindrical-coordinate representation of color #3D2CB6: hue angle of 247.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2CB6 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6144182-
CMYK0.660.7600.29
HSL247.39º61.06%44.31%-
HSV(B)247.39º75.82%71.37%-
XYZ11.276.1744.85-
YUV64.82194.13125.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 182 (71.48% from 255) = 63.41%
R=21.25%
G=15.33%
B=63.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61441820.660.7600.29247.3961.0644.31
Hex3D2CB6424C01Df73d2c
Octal75542661021140353677554
Binary111101101100101101101000010100110001110111110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,182); }

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

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

 a { background-color: rgb(61,44,182); }

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

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

 span { border-color: rgb(61,44,182); }

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