#3D2EC9

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

Shades of Persian Blue #3D2EC9

Tints of Persian Blue #3D2EC9

Color information

#3D2EC9 (or 0x3D2EC9) is unknown color: approx Persian Blue. HEX triplet: 3D, 2E and C9. RGB value is (61,46,201). Sum of RGB (Red+Green+Blue) = 61+46+201=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D2EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2EC9 is #C2D136. Grayscale: #434343. Windows color (decimal): -12767543 or 13184573. OLE color: 13184573.

HSL color Cylindrical-coordinate representation of color #3D2EC9: hue angle of 245.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2EC9 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6146201-
CMYK0.700.7700.21
HSL245.81º62.75%48.43%-
HSV(B)245.81º77.11%78.82%-
XYZ13.447.1655.93-
YUV68.16202.97122.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=19.81%
G=14.94%
B=65.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61462010.700.7700.21245.8162.7548.43
Hex3D2EC9464D015f63f30
Octal75563111061150253667760
Binary111101101110110010011000110100110101010111110110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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