#261B83

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

Shades of Persian Indigo #261B83

Tints of Persian Indigo #261B83

Color information

#261B83 (or 0x261B83) is unknown color: approx Persian Indigo. HEX triplet: 26, 1B and 83. RGB value is (38,27,131). Sum of RGB (Red+Green+Blue) = 38+27+131=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #261B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261B83 is #D9E47C. Grayscale: #292929. Windows color (decimal): -14279805 or 8592166. OLE color: 8592166.

HSL color Cylindrical-coordinate representation of color #261B83: hue angle of 246.35º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261B83 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3827131-
CMYK0.710.7900.49
HSL246.35º65.82%30.98%-
HSV(B)246.35º79.39%51.37%-
XYZ5.292.8321.74-
YUV42.14178.14125.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 131 (51.56% from 255) = 66.84%
R=19.39%
G=13.78%
B=66.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38271310.710.7900.49246.3565.8230.98
Hex261B83474F031f6421f
Octal463320310711706136610237
Binary100110110111000001110001111001111011000111110110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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