#261382

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

Shades of Persian Indigo #261382

Tints of Persian Indigo #261382

Color information

#261382 (or 0x261382) is unknown color: approx Persian Indigo. HEX triplet: 26, 13 and 82. RGB value is (38,19,130). Sum of RGB (Red+Green+Blue) = 38+19+130=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #261382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261382 is #D9EC7D. Grayscale: #242424. Windows color (decimal): -14281854 or 8524582. OLE color: 8524582.

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

Color convert

RGB3819130-
CMYK0.710.8500.49
HSL250.27º74.5%29.22%-
HSV(B)250.27º85.38%50.98%-
XYZ5.062.4921.33-
YUV37.34180.29128.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=20.32%
G=10.16%
B=69.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38191300.710.8500.49250.2774.529.22
Hex2613824755031fa4a1d
Octal462320210712506137211235
Binary100110100111000001010001111010101011000111111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261382; }

 p { color: rgb(38,19,130); }

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

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

 a { background-color: rgb(38,19,130); }

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

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

 span { border-color: rgb(38,19,130); }

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