#2D27C1

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

Shades of Persian Blue #2D27C1

Tints of Persian Blue #2D27C1

Color information

#2D27C1 (or 0x2D27C1) is unknown color: approx Persian Blue. HEX triplet: 2D, 27 and C1. RGB value is (45,39,193). Sum of RGB (Red+Green+Blue) = 45+39+193=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D27C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D27C1 is #D2D83E. Grayscale: #393939. Windows color (decimal): -13817919 or 12658477. OLE color: 12658477.

HSL color Cylindrical-coordinate representation of color #2D27C1: hue angle of 242.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D27C1 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4539193-
CMYK0.770.8000.24
HSL242.34º66.38%45.49%-
HSV(B)242.34º79.79%75.69%-
XYZ11.435.8650.98-
YUV58.35203.99118.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.25%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 193 (75.78% from 255) = 69.68%
R=16.25%
G=14.08%
B=69.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45391930.770.8000.24242.3466.3845.49
Hex2D27C14D50018f2422d
Octal554730111512003036210255
Binary1011011001111100000110011011010000011000111100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D27C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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