#261fac

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

Shades of Persian Blue #261FAC

Tints of Persian Blue #261FAC

Color information

#261FAC (or 0x261FAC) is unknown color: approx Persian Blue. HEX triplet: 26, 1F and AC. RGB value is (38,31,172). Sum of RGB (Red+Green+Blue) = 38+31+172=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #261FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FAC is #D9E053. Grayscale: #303030. Windows color (decimal): -14278740 or 11280166. OLE color: 11280166.

HSL color Cylindrical-coordinate representation of color #261FAC: hue angle of 242.98º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261FAC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3831172-
CMYK0.780.8200.33
HSL242.98º69.46%39.8%-
HSV(B)242.98º81.98%67.45%-
XYZ8.744.3739.41-
YUV49.17197.32120.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 172 (67.58% from 255) = 71.37%
R=15.77%
G=12.86%
B=71.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38311720.780.8200.33242.9869.4639.8
Hex261FAC4E52021f34528
Octal463725411612204136310550
Binary1001101111110101100100111010100100100001111100111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,31,172); }

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

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

 a { background-color: rgb(38,31,172); }

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

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

 span { border-color: rgb(38,31,172); }

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