#272AC3

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

Shades of Persian Blue #272AC3

Tints of Persian Blue #272AC3

Color information

#272AC3 (or 0x272AC3) is unknown color: approx Persian Blue. HEX triplet: 27, 2A and C3. RGB value is (39,42,195). Sum of RGB (Red+Green+Blue) = 39+42+195=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #272AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272AC3 is #D8D53C. Grayscale: #393939. Windows color (decimal): -14210365 or 12790311. OLE color: 12790311.

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

Color convert

RGB3942195-
CMYK0.800.7800.24
HSL238.85º66.67%45.88%-
HSV(B)238.85º80%76.47%-
XYZ11.516.0352.19-
YUV58.54205.01114.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 195 (76.56% from 255) = 70.65%
R=14.13%
G=15.22%
B=70.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39421950.800.7800.24238.8566.6745.88
Hex272AC3504E018ef432e
Octal475230312011603035710356
Binary1001111010101100001110100001001110011000111011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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