#241284

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

Shades of Persian Indigo #241284

Tints of Persian Indigo #241284

Color information

#241284 (or 0x241284) is unknown color: approx Persian Indigo. HEX triplet: 24, 12 and 84. RGB value is (36,18,132). Sum of RGB (Red+Green+Blue) = 36+18+132=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #241284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241284 is #DBED7B. Grayscale: #232323. Windows color (decimal): -14413180 or 8655396. OLE color: 8655396.

HSL color Cylindrical-coordinate representation of color #241284: hue angle of 249.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241284 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3618132-
CMYK0.730.8600.48
HSL249.47º76%29.41%-
HSV(B)249.47º86.36%51.76%-
XYZ5.112.4722.04-
YUV36.38181.96127.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 132 (51.95% from 255) = 70.97%
R=19.35%
G=9.68%
B=70.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36181320.730.8600.48249.477629.41
Hex2412844956030f94c1d
Octal442220411112606037111435
Binary100100100101000010010010011010110011000011111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241284; }

 p { color: rgb(36,18,132); }

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

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

 a { background-color: rgb(36,18,132); }

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

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

 span { border-color: rgb(36,18,132); }

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