#241cd5

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

Shades of Persian Blue #241CD5

Tints of Persian Blue #241CD5

Color information

#241CD5 (or 0x241CD5) is unknown color: approx Persian Blue. HEX triplet: 24, 1C and D5. RGB value is (36,28,213). Sum of RGB (Red+Green+Blue) = 36+28+213=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 213 (83.59% from 255 or 76.90% from 277); Max value from RGB is 213 - color contains mainly: blue. Hex color #241CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CD5 is #DBE32A. Grayscale: #323232. Windows color (decimal): -14410539 or 13966372. OLE color: 13966372.

HSL color Cylindrical-coordinate representation of color #241CD5: hue angle of 242.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241CD5 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3628213-
CMYK0.830.8700.16
HSL242.59º76.76%47.25%-
HSV(B)242.59º86.85%83.53%-
XYZ13.156.0163.42-
YUV51.48219.15116.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 213 (83.59% from 255) = 76.90%
R=13.00%
G=10.11%
B=76.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal36282130.830.8700.16242.5976.7647.25
Hex241CD55357010f34d2f
Octal443432512312702036311557
Binary100100111001101010110100111010111010000111100111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241cd5; }

 p { color: rgb(36,28,213); }

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

<style>
 a { background-color: #241cd5; }

 a { background-color: rgb(36,28,213); }

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

<style>
 span { border-color: #241cd5; }

 span { border-color: rgb(36,28,213); }

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