#261DDE

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

Shades of Persian Blue #261DDE

Tints of Persian Blue #261DDE

Color information

#261DDE (or 0x261DDE) is unknown color: approx Persian Blue. HEX triplet: 26, 1D and DE. RGB value is (38,29,222). Sum of RGB (Red+Green+Blue) = 38+29+222=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #261DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DDE is #D9E221. Grayscale: #343434. Windows color (decimal): -14279202 or 14556454. OLE color: 14556454.

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

Color convert

RGB3829222-
CMYK0.830.8700.13
HSL242.8º76.89%49.22%-
HSV(B)242.8º86.94%87.06%-
XYZ14.426.5669.61-
YUV53.69222.98116.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 222 (87.11% from 255) = 76.82%
R=13.15%
G=10.03%
B=76.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38292220.830.8700.13242.876.8949.22
Hex261DDE53570Df34d31
Octal463533612312701536311561
Binary10011011101110111101010011101011101101111100111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,29,222); }

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

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

 a { background-color: rgb(38,29,222); }

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

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

 span { border-color: rgb(38,29,222); }

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