#261AC1

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

Shades of Persian Blue #261AC1

Tints of Persian Blue #261AC1

Color information

#261AC1 (or 0x261AC1) is unknown color: approx Persian Blue. HEX triplet: 26, 1A and C1. RGB value is (38,26,193). Sum of RGB (Red+Green+Blue) = 38+26+193=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #261AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261AC1 is #D9E53E. Grayscale: #2F2F2F. Windows color (decimal): -14279999 or 12655142. OLE color: 12655142.

HSL color Cylindrical-coordinate representation of color #261AC1: hue angle of 244.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261AC1 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3826193-
CMYK0.800.8700.24
HSL244.31º76.26%42.94%-
HSV(B)244.31º86.53%75.69%-
XYZ10.79550.85-
YUV48.63209.48120.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 193 (75.78% from 255) = 75.10%
R=14.79%
G=10.12%
B=75.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38261930.800.8700.24244.3176.2642.94
Hex261AC15057018f44c2b
Octal463230112012703036411453
Binary100110110101100000110100001010111011000111101001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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