#3D2EC6

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

Shades of Persian Blue #3D2EC6

Tints of Persian Blue #3D2EC6

Color information

#3D2EC6 (or 0x3D2EC6) is unknown color: approx Persian Blue. HEX triplet: 3D, 2E and C6. RGB value is (61,46,198). Sum of RGB (Red+Green+Blue) = 61+46+198=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D2EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2EC6 is #C2D139. Grayscale: #434343. Windows color (decimal): -12767546 or 12987965. OLE color: 12987965.

HSL color Cylindrical-coordinate representation of color #3D2EC6: hue angle of 245.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2EC6 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6146198-
CMYK0.690.7700.22
HSL245.92º62.3%47.84%-
HSV(B)245.92º76.77%77.65%-
XYZ13.097.0254.09-
YUV67.81201.47123.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 198 (77.73% from 255) = 64.92%
R=20%
G=15.08%
B=64.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61461980.690.7700.22245.9262.347.84
Hex3D2EC6454D016f63e30
Octal75563061051150263667660
Binary111101101110110001101000101100110101011011110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,198); }

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

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

 a { background-color: rgb(61,46,198); }

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

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

 span { border-color: rgb(61,46,198); }

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