#261FAA

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

Shades of Persian Blue #261FAA

Tints of Persian Blue #261FAA

Color information

#261FAA (or 0x261FAA) is unknown color: approx Persian Blue. HEX triplet: 26, 1F and AA. RGB value is (38,31,170). Sum of RGB (Red+Green+Blue) = 38+31+170=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #261FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FAA is #D9E055. Grayscale: #303030. Windows color (decimal): -14278742 or 11149094. OLE color: 11149094.

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

Color convert

RGB3831170-
CMYK0.780.8200.33
HSL243.02º69.15%39.41%-
HSV(B)243.02º81.76%66.67%-
XYZ8.554.2938.41-
YUV48.94196.32120.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 170 (66.80% from 255) = 71.13%
R=15.90%
G=12.97%
B=71.13%

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
Decimal38311700.780.8200.33243.0269.1539.41
Hex261FAA4E52021f34527
Octal463725211612204136310547
Binary1001101111110101010100111010100100100001111100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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