#2D187F

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

Shades of Persian Indigo #2D187F

Tints of Persian Indigo #2D187F

Color information

#2D187F (or 0x2D187F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 18 and 7F. RGB value is (45,24,127). Sum of RGB (Red+Green+Blue) = 45+24+127=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D187F is #D2E780. Grayscale: #292929. Windows color (decimal): -13821825 or 8329261. OLE color: 8329261.

HSL color Cylindrical-coordinate representation of color #2D187F: hue angle of 252.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D187F is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4524127-
CMYK0.650.8100.50
HSL252.23º68.21%29.61%-
HSV(B)252.23º81.1%49.8%-
XYZ5.242.7420.33-
YUV42.02175.96130.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.96%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 127 (50% from 255) = 64.80%
R=22.96%
G=12.24%
B=64.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45241270.650.8100.50252.2368.2129.61
Hex2D187F4151032fc441e
Octal553017710112106237410436
Binary10110111000111111110000011010001011001011111100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,127); }

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

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

 a { background-color: rgb(45,24,127); }

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

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

 span { border-color: rgb(45,24,127); }

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