#1C27B1

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

Shades of Persian Blue #1C27B1

Tints of Persian Blue #1C27B1

Color information

#1C27B1 (or 0x1C27B1) is unknown color: approx Persian Blue. HEX triplet: 1C, 27 and B1. RGB value is (28,39,177). Sum of RGB (Red+Green+Blue) = 28+39+177=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C27B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C27B1 is #E3D84E. Grayscale: #323232. Windows color (decimal): -14932047 or 11609884. OLE color: 11609884.

HSL color Cylindrical-coordinate representation of color #1C27B1: hue angle of 235.57º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C27B1 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2839177-
CMYK0.840.7800.31
HSL235.57º72.68%40.2%-
HSV(B)235.57º84.18%69.41%-
XYZ9.144.8742.05-
YUV51.44198.86111.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 177 (69.53% from 255) = 72.54%
R=11.48%
G=15.98%
B=72.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28391770.840.7800.31235.5772.6840.2
Hex1C27B1544E01Fec4928
Octal344726112411603735411150
Binary111001001111011000110101001001110011111111011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C27B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C27B1; }

 p { color: rgb(28,39,177); }

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

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

 a { background-color: rgb(28,39,177); }

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

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

 span { border-color: rgb(28,39,177); }

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