#272ABF

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

Shades of Persian Blue #272ABF

Tints of Persian Blue #272ABF

Color information

#272ABF (or 0x272ABF) is unknown color: approx Persian Blue. HEX triplet: 27, 2A and BF. RGB value is (39,42,191). Sum of RGB (Red+Green+Blue) = 39+42+191=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #272ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ABF is #D8D540. Grayscale: #393939. Windows color (decimal): -14210369 or 12528167. OLE color: 12528167.

HSL color Cylindrical-coordinate representation of color #272ABF: hue angle of 238.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272ABF is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3942191-
CMYK0.800.7800.25
HSL238.82º66.09%45.1%-
HSV(B)238.82º79.58%74.9%-
XYZ11.075.8549.84-
YUV58.09203.01114.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 191 (75% from 255) = 70.22%
R=14.34%
G=15.44%
B=70.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39421910.800.7800.25238.8266.0945.1
Hex272ABF504E019ef422d
Octal475227712011603135710255
Binary1001111010101011111110100001001110011001111011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,191); }

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

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

 a { background-color: rgb(39,42,191); }

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

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

 span { border-color: rgb(39,42,191); }

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