#260972

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

Shades of Persian Indigo #260972

Tints of Persian Indigo #260972

Color information

#260972 (or 0x260972) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 72. RGB value is (38,9,114). Sum of RGB (Red+Green+Blue) = 38+9+114=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #260972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260972 is #D9F68D. Grayscale: #1D1D1D. Windows color (decimal): -14284430 or 7473446. OLE color: 7473446.

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

Color convert

RGB389114-
CMYK0.670.9200.55
HSL256.57º85.37%24.12%-
HSV(B)256.57º92.11%44.71%-
XYZ3.931.8216.06-
YUV29.64175.61133.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=23.60%
G=5.59%
B=70.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3891140.670.9200.55256.5785.3724.12
Hex26972435C0371015518
Octal461116210313406740112530
Binary10011010011110010100001110111000110111100000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260972; }

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

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

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

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

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

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

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

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