#260B84

Color #260B84 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #260B84

Tints of Persian Indigo #260B84

Color information

#260B84 (or 0x260B84) is unknown color: approx Persian Indigo. HEX triplet: 26, 0B and 84. RGB value is (38,11,132). Sum of RGB (Red+Green+Blue) = 38+11+132=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #260B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B84 is #D9F47B. Grayscale: #202020. Windows color (decimal): -14283900 or 8653606. OLE color: 8653606.

HSL color Cylindrical-coordinate representation of color #260B84: hue angle of 253.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260B84 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3811132-
CMYK0.710.9200.48
HSL253.39º84.62%28.04%-
HSV(B)253.39º91.67%51.76%-
XYZ5.082.3222.01-
YUV32.87183.95131.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 132 (51.95% from 255) = 72.93%
R=20.99%
G=6.08%
B=72.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38111320.710.9200.48253.3984.6228.04
Hex26B84475C030fd551c
Octal461320410713406037512534
Binary10011010111000010010001111011100011000011111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260B84; }

 p { color: rgb(38,11,132); }

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

<style>
 a { background-color: #260B84; }

 a { background-color: rgb(38,11,132); }

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

<style>
 span { border-color: #260B84; }

 span { border-color: rgb(38,11,132); }

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