#261EDD

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

Shades of Persian Blue #261EDD

Tints of Persian Blue #261EDD

Color information

#261EDD (or 0x261EDD) is unknown color: approx Persian Blue. HEX triplet: 26, 1E and DD. RGB value is (38,30,221). Sum of RGB (Red+Green+Blue) = 38+30+221=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #261EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EDD is #D9E122. Grayscale: #353535. Windows color (decimal): -14278947 or 14491174. OLE color: 14491174.

HSL color Cylindrical-coordinate representation of color #261EDD: hue angle of 242.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261EDD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3830221-
CMYK0.830.8600.13
HSL242.51º76.1%49.22%-
HSV(B)242.51º86.43%86.67%-
XYZ14.316.5668.92-
YUV54.17222.15116.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 221 (86.72% from 255) = 76.47%
R=13.15%
G=10.38%
B=76.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38302210.830.8600.13242.5176.149.22
Hex261EDD53560Df34c31
Octal463633512312601536311461
Binary10011011110110111011010011101011001101111100111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261EDD; }

 p { color: rgb(38,30,221); }

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

<style>
 a { background-color: #261EDD; }

 a { background-color: rgb(38,30,221); }

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

<style>
 span { border-color: #261EDD; }

 span { border-color: rgb(38,30,221); }

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