Html Css Color HEX #241682 Persian Indigo

📋 copy color: '#241682'

red 36 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #241682

Tints of Persian Indigo #241682

RGB

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

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

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

R = 19.15%
G = 11.7%
B = 69.15%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#241682 (or 0x241682) is known color: Persian Indigo. HEX triplet: 24, 16 and 82. RGB value is (36,22,130). Sum of RGB (Red+Green+Blue) = 36+22+130=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #241682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241682 is #DBE97D. Grayscale: #262626. Windows color (decimal): -14412158 or 8525348. OLE color: 8525348.

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

Color convert

RGB 36 22 130 -
CMYK 0.72 0.83 0 0.49
HSL 247.78º 0.71% 0.3% -
HSV(B) 247.78º 0.83% 0.51% -
XYZ 5.04 2.56 21.35 -
YUV 38.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 36 22 130 0.72 0.83 0 0.49 247.78 0.71 0.3
Hex 24 16 82 48 53 0 31 F8 47 1E
Octal 44 26 202 110 123 0 61 370 107 36
Binary 100100 10110 10000010 1001000 1010011 0 110001 11111000 1000111 11110

Color Harmonies of #241682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241682

Black with #241682

Text Example


Text Example

White with #241682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241682; }

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

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

background-color css

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

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

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

border-color css

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

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

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