Html Css Color HEX #241585 Persian Indigo

📋 copy color: '#241585'

red 36 ◦ green 21 ◦ blue 133

#241585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #241585

Tints of Persian Indigo #241585

RGB

 RED value IS 36 (14.45% from 255) = 18.95%

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 133 (52.34% from 255) = 70%

R = 18.95%
G = 11.05%
B = 70%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#241585 (or 0x241585) is known color: Persian Indigo. HEX triplet: 24, 15 and 85. RGB value is (36,21,133). Sum of RGB (Red+Green+Blue) = 36+21+133=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #241585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241585 is #DBEA7A. Grayscale: #252525. Windows color (decimal): -14412411 or 8721700. OLE color: 8721700.

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

Color convert

RGB 36 21 133 -
CMYK 0.73 0.84 0 0.48
HSL 248.04º 0.73% 0.3% -
HSV(B) 248.04º 0.84% 0.52% -
XYZ 5.23 2.6 22.42 -
YUV 38.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 36 21 133 0.73 0.84 0 0.48 248.04 0.73 0.3
Hex 24 15 85 49 54 0 30 F8 49 1E
Octal 44 25 205 111 124 0 60 370 111 36
Binary 100100 10101 10000101 1001001 1010100 0 110000 11111000 1001001 11110

Color Harmonies of #241585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241585

Black with #241585

Text Example


Text Example

White with #241585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241585; }

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

 H1.HeaderClassName
 {
   color: #241585;
 }
 .AnyTagClassName
 {
   color: #241585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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