#260378

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

Shades of Persian Indigo #260378

Tints of Persian Indigo #260378

Color information

#260378 (or 0x260378) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 78. RGB value is (38,3,120). Sum of RGB (Red+Green+Blue) = 38+3+120=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #260378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260378 is #D9FC87. Grayscale: #1A1A1A. Windows color (decimal): -14285960 or 7865126. OLE color: 7865126.

HSL color Cylindrical-coordinate representation of color #260378: hue angle of 257.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260378 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB383120-
CMYK0.680.9800.53
HSL257.95º95.12%24.12%-
HSV(B)257.95º97.5%47.06%-
XYZ4.221.8317.9-
YUV26.8180.6135.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 120 (47.27% from 255) = 74.53%
R=23.60%
G=1.86%
B=74.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3831200.680.9800.53257.9595.1224.12
Hex2637844620351025f18
Octal46317010414206540213730
Binary100110111111000100010011000100110101100000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260378; }

 p { color: rgb(38,3,120); }

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

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

 a { background-color: rgb(38,3,120); }

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

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

 span { border-color: rgb(38,3,120); }

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