Html Css Color HEX #241382 Persian Indigo

📋 copy color: '#241382'

red 36 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #241382

Tints of Persian Indigo #241382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 130 (51.17% from 255) = 70.27%

R = 19.46%
G = 10.27%
B = 70.27%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#241382 (or 0x241382) is known color: Persian Indigo. HEX triplet: 24, 13 and 82. RGB value is (36,19,130). Sum of RGB (Red+Green+Blue) = 36+19+130=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #241382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241382 is #DBEC7D. Grayscale: #242424. Windows color (decimal): -14412926 or 8524580. OLE color: 8524580.

HSL color Cylindrical-coordinate representation of color #241382: hue angle of 249.19º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241382 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 19 130 -
CMYK 0.72 0.85 0 0.49
HSL 249.19º 0.74% 0.29% -
HSV(B) 249.19º 0.85% 0.51% -
XYZ 4.99 2.45 21.33 -
YUV 36.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 36 19 130 0.72 0.85 0 0.49 249.19 0.74 0.29
Hex 24 13 82 48 55 0 31 F9 4A 1D
Octal 44 23 202 110 125 0 61 371 112 35
Binary 100100 10011 10000010 1001000 1010101 0 110001 11111001 1001010 11101

Color Harmonies of #241382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241382

Black with #241382

Text Example


Text Example

White with #241382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241382; }

 p { color: rgb(36,19,130); }

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

background-color css

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

 a { background-color: rgb(36,19,130); }

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

border-color css

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

 span { border-color: rgb(36,19,130); }

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