#3D2EBE

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

Shades of Persian Blue #3D2EBE

Tints of Persian Blue #3D2EBE

Color information

#3D2EBE (or 0x3D2EBE) is unknown color: approx Persian Blue. HEX triplet: 3D, 2E and BE. RGB value is (61,46,190). Sum of RGB (Red+Green+Blue) = 61+46+190=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2EBE is #C2D141. Grayscale: #424242. Windows color (decimal): -12767554 or 12463677. OLE color: 12463677.

HSL color Cylindrical-coordinate representation of color #3D2EBE: hue angle of 246.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2EBE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6146190-
CMYK0.680.7600.25
HSL246.25º61.02%46.27%-
HSV(B)246.25º75.79%74.51%-
XYZ12.26.6649.36-
YUV66.9197.47123.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 190 (74.61% from 255) = 63.97%
R=20.54%
G=15.49%
B=63.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61461900.680.7600.25246.2561.0246.27
Hex3D2EBE444C019f63d2e
Octal75562761041140313667556
Binary111101101110101111101000100100110001100111110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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