Html Css Color HEX #241685 Persian Indigo

📋 copy color: '#241685'

red 36 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #241685

Tints of Persian Indigo #241685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 18.85%
G = 11.52%
B = 69.63%

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

#241685 (or 0x241685) is known color: Persian Indigo. HEX triplet: 24, 16 and 85. RGB value is (36,22,133). Sum of RGB (Red+Green+Blue) = 36+22+133=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #241685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241685 is #DBE97A. Grayscale: #262626. Windows color (decimal): -14412155 or 8721956. OLE color: 8721956.

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

Color convert

RGB 36 22 133 -
CMYK 0.73 0.83 0 0.48
HSL 247.57º 0.72% 0.3% -
HSV(B) 247.57º 0.83% 0.52% -
XYZ 5.25 2.64 22.42 -
YUV 38.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 36 22 133 0.73 0.83 0 0.48 247.57 0.72 0.3
Hex 24 16 85 49 53 0 30 F8 48 1E
Octal 44 26 205 111 123 0 60 370 110 36
Binary 100100 10110 10000101 1001001 1010011 0 110000 11111000 1001000 11110

Color Harmonies of #241685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241685

Black with #241685

Text Example


Text Example

White with #241685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241685; }

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

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

background-color css

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

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

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

border-color css

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

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

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