#271875

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

Shades of Persian Indigo #271875

Tints of Persian Indigo #271875

Color information

#271875 (or 0x271875) is unknown color: approx Persian Indigo. HEX triplet: 27, 18 and 75. RGB value is (39,24,117). Sum of RGB (Red+Green+Blue) = 39+24+117=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #271875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271875 is #D8E78A. Grayscale: #262626. Windows color (decimal): -14215051 or 7673895. OLE color: 7673895.

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

Color convert

RGB3924117-
CMYK0.670.7900.54
HSL249.68º65.96%27.65%-
HSV(B)249.68º79.49%45.88%-
XYZ4.372.3717.06-
YUV39.09171.97127.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 117 (46.09% from 255) = 65%
R=21.67%
G=13.33%
B=65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39241170.670.7900.54249.6865.9627.65
Hex271875434F036fa421c
Octal473016510311706637210234
Binary10011111000111010110000111001111011011011111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271875; }

 p { color: rgb(39,24,117); }

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

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

 a { background-color: rgb(39,24,117); }

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

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

 span { border-color: rgb(39,24,117); }

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