#272CDE

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

Shades of Persian Blue #272CDE

Tints of Persian Blue #272CDE

Color information

#272CDE (or 0x272CDE) is unknown color: approx Persian Blue. HEX triplet: 27, 2C and DE. RGB value is (39,44,222). Sum of RGB (Red+Green+Blue) = 39+44+222=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #272CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CDE is #D8D321. Grayscale: #3E3E3E. Windows color (decimal): -14209826 or 14560295. OLE color: 14560295.

HSL color Cylindrical-coordinate representation of color #272CDE: hue angle of 238.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272CDE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3944222-
CMYK0.820.8000.13
HSL238.36º73.49%51.18%-
HSV(B)238.36º82.43%87.06%-
XYZ14.927.5169.77-
YUV62.8217.84111.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 222 (87.11% from 255) = 72.79%
R=12.79%
G=14.43%
B=72.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39442220.820.8000.13238.3673.4951.18
Hex272CDE52500Dee4933
Octal475433612212001535611163
Binary100111101100110111101010010101000001101111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272CDE; }

 p { color: rgb(39,44,222); }

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

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

 a { background-color: rgb(39,44,222); }

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

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

 span { border-color: rgb(39,44,222); }

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