#261ad1

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

Shades of Persian Blue #261AD1

Tints of Persian Blue #261AD1

Color information

#261AD1 (or 0x261AD1) is unknown color: approx Persian Blue. HEX triplet: 26, 1A and D1. RGB value is (38,26,209). Sum of RGB (Red+Green+Blue) = 38+26+209=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 209 (82.03% from 255 or 76.56% from 273); Max value from RGB is 209 - color contains mainly: blue. Hex color #261AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261AD1 is #D9E52E. Grayscale: #313131. Windows color (decimal): -14279983 or 13703718. OLE color: 13703718.

HSL color Cylindrical-coordinate representation of color #261AD1: hue angle of 243.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261AD1 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3826209-
CMYK0.820.8800.18
HSL243.93º77.87%46.08%-
HSV(B)243.93º87.56%81.96%-
XYZ12.685.7560.76-
YUV50.45217.48119.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 209 (82.03% from 255) = 76.56%
R=13.92%
G=9.52%
B=76.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38262090.820.8800.18243.9377.8746.08
Hex261AD15258012f44e2e
Octal463232112213002236411656
Binary100110110101101000110100101011000010010111101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261ad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,26,209); }

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

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

 a { background-color: rgb(38,26,209); }

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

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

 span { border-color: rgb(38,26,209); }

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