#261883

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

Shades of Persian Indigo #261883

Tints of Persian Indigo #261883

Color information

#261883 (or 0x261883) is unknown color: approx Persian Indigo. HEX triplet: 26, 18 and 83. RGB value is (38,24,131). Sum of RGB (Red+Green+Blue) = 38+24+131=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #261883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261883 is #D9E77C. Grayscale: #272727. Windows color (decimal): -14280573 or 8591398. OLE color: 8591398.

HSL color Cylindrical-coordinate representation of color #261883: hue angle of 247.85º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261883 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3824131-
CMYK0.710.8200.49
HSL247.85º69.03%30.39%-
HSV(B)247.85º81.68%51.37%-
XYZ5.222.721.72-
YUV40.38179.14126.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 131 (51.56% from 255) = 67.88%
R=19.69%
G=12.44%
B=67.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38241310.710.8200.49247.8569.0330.39
Hex2618834752031f8451e
Octal463020310712206137010536
Binary100110110001000001110001111010010011000111111000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261883; }

 p { color: rgb(38,24,131); }

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

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

 a { background-color: rgb(38,24,131); }

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

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

 span { border-color: rgb(38,24,131); }

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