#2D27C5

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

Shades of Persian Blue #2D27C5

Tints of Persian Blue #2D27C5

Color information

#2D27C5 (or 0x2D27C5) is unknown color: approx Persian Blue. HEX triplet: 2D, 27 and C5. RGB value is (45,39,197). Sum of RGB (Red+Green+Blue) = 45+39+197=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #2D27C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D27C5 is #D2D83A. Grayscale: #3A3A3A. Windows color (decimal): -13817915 or 12920621. OLE color: 12920621.

HSL color Cylindrical-coordinate representation of color #2D27C5: hue angle of 242.28º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D27C5 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4539197-
CMYK0.770.8000.23
HSL242.28º66.95%46.27%-
HSV(B)242.28º80.2%77.25%-
XYZ11.896.0453.36-
YUV58.81205.99118.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 197 (77.34% from 255) = 70.11%
R=16.01%
G=13.88%
B=70.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45391970.770.8000.23242.2866.9546.27
Hex2D27C54D50017f2432e
Octal554730511512002736210356
Binary1011011001111100010110011011010000010111111100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D27C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D27C5; }

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

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

<style>
 a { background-color: #2D27C5; }

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

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

<style>
 span { border-color: #2D27C5; }

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

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