Html Css Color HEX #241785 Persian Indigo

📋 copy color: '#241785'

red 36 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #241785

Tints of Persian Indigo #241785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 18.75%
G = 11.98%
B = 69.27%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#241785 (or 0x241785) is known color: Persian Indigo. HEX triplet: 24, 17 and 85. RGB value is (36,23,133). Sum of RGB (Red+Green+Blue) = 36+23+133=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #241785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241785 is #DBE87A. Grayscale: #272727. Windows color (decimal): -14411899 or 8722212. OLE color: 8722212.

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

Color convert

RGB 36 23 133 -
CMYK 0.73 0.83 0 0.48
HSL 247.09º 0.71% 0.31% -
HSV(B) 247.09º 0.83% 0.52% -
XYZ 5.27 2.68 22.43 -
YUV 39.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 36 23 133 0.73 0.83 0 0.48 247.09 0.71 0.31
Hex 24 17 85 49 53 0 30 F7 47 1F
Octal 44 27 205 111 123 0 60 367 107 37
Binary 100100 10111 10000101 1001001 1010011 0 110000 11110111 1000111 11111

Color Harmonies of #241785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241785

Black with #241785

Text Example


Text Example

White with #241785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241785; }

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

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

background-color css

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

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

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

border-color css

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

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

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