#241AC6

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

Shades of Persian Blue #241AC6

Tints of Persian Blue #241AC6

Color information

#241AC6 (or 0x241AC6) is unknown color: approx Persian Blue. HEX triplet: 24, 1A and C6. RGB value is (36,26,198). Sum of RGB (Red+Green+Blue) = 36+26+198=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 198 (77.73% from 255 or 76.15% from 260); Max value from RGB is 198 - color contains mainly: blue. Hex color #241AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AC6 is #DBE539. Grayscale: #2F2F2F. Windows color (decimal): -14411066 or 12982820. OLE color: 12982820.

HSL color Cylindrical-coordinate representation of color #241AC6: hue angle of 243.49º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241AC6 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3626198-
CMYK0.820.8700.22
HSL243.49º76.79%43.92%-
HSV(B)243.49º86.87%77.65%-
XYZ11.295.1953.83-
YUV48.6212.31119.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 198 (77.73% from 255) = 76.15%
R=13.85%
G=10%
B=76.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal36261980.820.8700.22243.4976.7943.92
Hex241AC65257016f34d2c
Octal443230612212702636311554
Binary100100110101100011010100101010111010110111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,198); }

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

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

 a { background-color: rgb(36,26,198); }

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

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

 span { border-color: rgb(36,26,198); }

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