#2A17BD

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

Shades of Persian Blue #2A17BD

Tints of Persian Blue #2A17BD

Color information

#2A17BD (or 0x2A17BD) is unknown color: approx Persian Blue. HEX triplet: 2A, 17 and BD. RGB value is (42,23,189). Sum of RGB (Red+Green+Blue) = 42+23+189=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A17BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17BD is #D5E842. Grayscale: #2E2E2E. Windows color (decimal): -14018627 or 12392234. OLE color: 12392234.

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

Color convert

RGB4223189-
CMYK0.780.8800.26
HSL246.87º78.3%41.57%-
HSV(B)246.87º87.83%74.12%-
XYZ10.454.7848.52-
YUV47.6207.79124-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 189 (74.22% from 255) = 74.41%
R=16.54%
G=9.06%
B=74.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42231890.780.8800.26246.8778.341.57
Hex2A17BD4E5801Af74e2a
Octal522727511613003236711652
Binary101010101111011110110011101011000011010111101111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A17BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,189); }

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

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

 a { background-color: rgb(42,23,189); }

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

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

 span { border-color: rgb(42,23,189); }

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