#281A75

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

Shades of Persian Indigo #281A75

Tints of Persian Indigo #281A75

Color information

#281A75 (or 0x281A75) is unknown color: approx Persian Indigo. HEX triplet: 28, 1A and 75. RGB value is (40,26,117). Sum of RGB (Red+Green+Blue) = 40+26+117=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #281A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A75 is #D7E58A. Grayscale: #282828. Windows color (decimal): -14149003 or 7674408. OLE color: 7674408.

HSL color Cylindrical-coordinate representation of color #281A75: hue angle of 249.23º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #281A75 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4026117-
CMYK0.660.7800.54
HSL249.23º63.64%28.04%-
HSV(B)249.23º77.78%45.88%-
XYZ4.462.4717.07-
YUV40.56171.14127.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=21.86%
G=14.21%
B=63.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40261170.660.7800.54249.2363.6428.04
Hex281A75424E036f9401c
Octal503216510211606637110034
Binary10100011010111010110000101001110011011011111001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A75; }

 p { color: rgb(40,26,117); }

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

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

 a { background-color: rgb(40,26,117); }

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

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

 span { border-color: rgb(40,26,117); }

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