Html Css Color HEX #281182 Persian Indigo

📋 copy color: '#281182'

red 40 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #281182

Tints of Persian Indigo #281182

RGB

 RED value IS 40 (16.02% from 255) = 21.39%

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 21.39%
G = 9.09%
B = 69.52%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281182 (or 0x281182) is known color: Persian Indigo. HEX triplet: 28, 11 and 82. RGB value is (40,17,130). Sum of RGB (Red+Green+Blue) = 40+17+130=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #281182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281182 is #D7EE7D. Grayscale: #242424. Windows color (decimal): -14151294 or 8524072. OLE color: 8524072.

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

Color convert

RGB 40 17 130 -
CMYK 0.69 0.87 0 0.49
HSL 252.21º 0.77% 0.29% -
HSV(B) 252.21º 0.87% 0.51% -
XYZ 5.1 2.46 21.33 -
YUV 36.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 40 17 130 0.69 0.87 0 0.49 252.21 0.77 0.29
Hex 28 11 82 45 57 0 31 FC 4D 1D
Octal 50 21 202 105 127 0 61 374 115 35
Binary 101000 10001 10000010 1000101 1010111 0 110001 11111100 1001101 11101

Color Harmonies of #281182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281182

Black with #281182

Text Example


Text Example

White with #281182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281182; }

 p { color: rgb(40,17,130); }

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

background-color css

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

 a { background-color: rgb(40,17,130); }

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

border-color css

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

 span { border-color: rgb(40,17,130); }

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