#260B73

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

Shades of Persian Indigo #260B73

Tints of Persian Indigo #260B73

Color information

#260B73 (or 0x260B73) is unknown color: approx Persian Indigo. HEX triplet: 26, 0B and 73. RGB value is (38,11,115). Sum of RGB (Red+Green+Blue) = 38+11+115=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #260B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B73 is #D9F48C. Grayscale: #1E1E1E. Windows color (decimal): -14283917 or 7539494. OLE color: 7539494.

HSL color Cylindrical-coordinate representation of color #260B73: hue angle of 255.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260B73 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3811115-
CMYK0.670.9000.55
HSL255.58º82.54%24.71%-
HSV(B)255.58º90.43%45.1%-
XYZ4.011.8916.37-
YUV30.93175.45133.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 115 (45.31% from 255) = 70.12%
R=23.17%
G=6.71%
B=70.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38111150.670.9000.55255.5882.5424.71
Hex26B73435A0371005319
Octal461316310313206740012331
Binary10011010111110011100001110110100110111100000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260B73; }

 p { color: rgb(38,11,115); }

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

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

 a { background-color: rgb(38,11,115); }

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

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

 span { border-color: rgb(38,11,115); }

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