#272DC7

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

Shades of Persian Blue #272DC7

Tints of Persian Blue #272DC7

Color information

#272DC7 (or 0x272DC7) is unknown color: approx Persian Blue. HEX triplet: 27, 2D and C7. RGB value is (39,45,199). Sum of RGB (Red+Green+Blue) = 39+45+199=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 199 (78.12% from 255 or 70.32% from 283); Max value from RGB is 199 - color contains mainly: blue. Hex color #272DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DC7 is #D8D238. Grayscale: #3C3C3C. Windows color (decimal): -14209593 or 13053223. OLE color: 13053223.

HSL color Cylindrical-coordinate representation of color #272DC7: hue angle of 237.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272DC7 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3945199-
CMYK0.800.7700.22
HSL237.75º67.23%46.67%-
HSV(B)237.75º80.4%78.04%-
XYZ12.086.4354.64-
YUV60.76206.01112.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 199 (78.12% from 255) = 70.32%
R=13.78%
G=15.90%
B=70.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal39451990.800.7700.22237.7567.2346.67
Hex272DC7504D016ee432f
Octal475530712011502635610357
Binary1001111011011100011110100001001101010110111011101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,199); }

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

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

 a { background-color: rgb(39,45,199); }

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

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

 span { border-color: rgb(39,45,199); }

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