#27197B

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

Shades of Persian Indigo #27197B

Tints of Persian Indigo #27197B

Color information

#27197B (or 0x27197B) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 7B. RGB value is (39,25,123). Sum of RGB (Red+Green+Blue) = 39+25+123=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #27197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197B is #D8E684. Grayscale: #272727. Windows color (decimal): -14214789 or 8067367. OLE color: 8067367.

HSL color Cylindrical-coordinate representation of color #27197B: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197B is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3925123-
CMYK0.680.8000.52
HSL248.57º66.22%29.02%-
HSV(B)248.57º79.67%48.24%-
XYZ4.762.5618.98-
YUV40.36174.64127.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=20.86%
G=13.37%
B=65.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39251230.680.8000.52248.5766.2229.02
Hex27197B4450034f9421d
Octal473117310412006437110235
Binary10011111001111101110001001010000011010011111001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27197B; }

 p { color: rgb(39,25,123); }

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

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

 a { background-color: rgb(39,25,123); }

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

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

 span { border-color: rgb(39,25,123); }

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