#261ED6

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

Shades of Persian Blue #261ED6

Tints of Persian Blue #261ED6

Color information

#261ED6 (or 0x261ED6) is unknown color: approx Persian Blue. HEX triplet: 26, 1E and D6. RGB value is (38,30,214). Sum of RGB (Red+Green+Blue) = 38+30+214=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #261ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ED6 is #D9E129. Grayscale: #343434. Windows color (decimal): -14278954 or 14032422. OLE color: 14032422.

HSL color Cylindrical-coordinate representation of color #261ED6: hue angle of 242.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261ED6 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3830214-
CMYK0.820.8600.16
HSL242.61º75.41%47.84%-
HSV(B)242.61º85.98%83.92%-
XYZ13.46.264.11-
YUV53.37218.65117.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 214 (83.98% from 255) = 75.89%
R=13.48%
G=10.64%
B=75.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38302140.820.8600.16242.6175.4147.84
Hex261ED65256010f34b30
Octal463632612212602036311360
Binary100110111101101011010100101010110010000111100111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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