#241085

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

Shades of Persian Indigo #241085

Tints of Persian Indigo #241085

Color information

#241085 (or 0x241085) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 85. RGB value is (36,16,133). Sum of RGB (Red+Green+Blue) = 36+16+133=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #241085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241085 is #DBEF7A. Grayscale: #222222. Windows color (decimal): -14413691 or 8720420. OLE color: 8720420.

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

Color convert

RGB3616133-
CMYK0.730.8800.48
HSL250.26º78.52%29.22%-
HSV(B)250.26º87.97%52.16%-
XYZ5.152.4422.39-
YUV35.32183.13128.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=19.46%
G=8.65%
B=71.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36161330.730.8800.48250.2678.5229.22
Hex2410854958030fa4f1d
Octal442020511113006037211735
Binary100100100001000010110010011011000011000011111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241085; }

 p { color: rgb(36,16,133); }

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

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

 a { background-color: rgb(36,16,133); }

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

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

 span { border-color: rgb(36,16,133); }

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