#261572

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

Shades of Persian Indigo #261572

Tints of Persian Indigo #261572

Color information

#261572 (or 0x261572) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 72. RGB value is (38,21,114). Sum of RGB (Red+Green+Blue) = 38+21+114=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #261572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261572 is #D9EA8D. Grayscale: #242424. Windows color (decimal): -14281358 or 7476518. OLE color: 7476518.

HSL color Cylindrical-coordinate representation of color #261572: hue angle of 250.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261572 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3821114-
CMYK0.670.8200.55
HSL250.97º68.89%26.47%-
HSV(B)250.97º81.58%44.71%-
XYZ4.12.1616.12-
YUV36.68171.63128.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=21.97%
G=12.14%
B=65.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38211140.670.8200.55250.9768.8926.47
Hex2615724352037fb451a
Octal462516210312206737310532
Binary10011010101111001010000111010010011011111111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261572; }

 p { color: rgb(38,21,114); }

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

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

 a { background-color: rgb(38,21,114); }

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

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

 span { border-color: rgb(38,21,114); }

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