#2920CF

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

Shades of Persian Blue #2920CF

Tints of Persian Blue #2920CF

Color information

#2920CF (or 0x2920CF) is unknown color: approx Persian Blue. HEX triplet: 29, 20 and CF. RGB value is (41,32,207). Sum of RGB (Red+Green+Blue) = 41+32+207=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #2920CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2920CF is #D6DF30. Grayscale: #353535. Windows color (decimal): -14081841 or 13574185. OLE color: 13574185.

HSL color Cylindrical-coordinate representation of color #2920CF: hue angle of 243.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2920CF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4132207-
CMYK0.800.8500.19
HSL243.09º73.22%46.86%-
HSV(B)243.09º84.54%81.18%-
XYZ12.696.0159.52-
YUV54.64213.98118.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 207 (81.25% from 255) = 73.93%
R=14.64%
G=11.43%
B=73.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41322070.800.8500.19243.0973.2246.86
Hex2920CF5055013f3492f
Octal514031712012502336311157
Binary1010011000001100111110100001010101010011111100111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2920CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2920CF; }

 p { color: rgb(41,32,207); }

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

<style>
 a { background-color: #2920CF; }

 a { background-color: rgb(41,32,207); }

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

<style>
 span { border-color: #2920CF; }

 span { border-color: rgb(41,32,207); }

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