Html Css Color HEX #241282 Persian Indigo

📋 copy color: '#241282'

red 36 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #241282

Tints of Persian Indigo #241282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 19.57%
G = 9.78%
B = 70.65%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#241282 (or 0x241282) is known color: Persian Indigo. HEX triplet: 24, 12 and 82. RGB value is (36,18,130). Sum of RGB (Red+Green+Blue) = 36+18+130=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #241282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241282 is #DBED7D. Grayscale: #232323. Windows color (decimal): -14413182 or 8524324. OLE color: 8524324.

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

Color convert

RGB 36 18 130 -
CMYK 0.72 0.86 0 0.49
HSL 249.64º 0.76% 0.29% -
HSV(B) 249.64º 0.86% 0.51% -
XYZ 4.97 2.42 21.32 -
YUV 36.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 36 18 130 0.72 0.86 0 0.49 249.64 0.76 0.29
Hex 24 12 82 48 56 0 31 FA 4C 1D
Octal 44 22 202 110 126 0 61 372 114 35
Binary 100100 10010 10000010 1001000 1010110 0 110001 11111010 1001100 11101

Color Harmonies of #241282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241282

Black with #241282

Text Example


Text Example

White with #241282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241282; }

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

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

background-color css

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

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

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

border-color css

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

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

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