#2D1CBC

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

Shades of Persian Blue #2D1CBC

Tints of Persian Blue #2D1CBC

Color information

#2D1CBC (or 0x2D1CBC) is unknown color: approx Persian Blue. HEX triplet: 2D, 1C and BC. RGB value is (45,28,188). Sum of RGB (Red+Green+Blue) = 45+28+188=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D1CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1CBC is #D2E343. Grayscale: #323232. Windows color (decimal): -13820740 or 12327981. OLE color: 12327981.

HSL color Cylindrical-coordinate representation of color #2D1CBC: hue angle of 246.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1CBC is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4528188-
CMYK0.760.8500.26
HSL246.38º74.07%42.35%-
HSV(B)246.38º85.11%73.73%-
XYZ10.575.0247.99-
YUV51.32205.13123.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 188 (73.83% from 255) = 72.03%
R=17.24%
G=10.73%
B=72.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45281880.760.8500.26246.3874.0742.35
Hex2D1CBC4C5501Af64a2a
Octal553427411412503236611252
Binary101101111001011110010011001010101011010111101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,28,188); }

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

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

 a { background-color: rgb(45,28,188); }

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

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

 span { border-color: rgb(45,28,188); }

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