#260767

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

Shades of Persian Indigo #260767

Tints of Persian Indigo #260767

Color information

#260767 (or 0x260767) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 67. RGB value is (38,7,103). Sum of RGB (Red+Green+Blue) = 38+7+103=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #260767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260767 is #D9F898. Grayscale: #1A1A1A. Windows color (decimal): -14284953 or 6752038. OLE color: 6752038.

HSL color Cylindrical-coordinate representation of color #260767: hue angle of 259.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260767 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB387103-
CMYK0.630.9300.60
HSL259.38º87.27%21.57%-
HSV(B)259.38º93.2%40.39%-
XYZ3.321.5412.95-
YUV27.21170.77135.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=25.68%
G=4.73%
B=69.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3871030.630.9300.60259.3887.2721.57
Hex267673F5D03C1035716
Octal4671477713507440312726
Binary100110111110011111111110111010111100100000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260767; }

 p { color: rgb(38,7,103); }

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

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

 a { background-color: rgb(38,7,103); }

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

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

 span { border-color: rgb(38,7,103); }

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