Html Css Color HEX #281982 Persian Indigo

📋 copy color: '#281982'

red 40 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #281982

Tints of Persian Indigo #281982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 20.51%
G = 12.82%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281982 (or 0x281982) is known color: Persian Indigo. HEX triplet: 28, 19 and 82. RGB value is (40,25,130). Sum of RGB (Red+Green+Blue) = 40+25+130=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #281982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281982 is #D7E67D. Grayscale: #292929. Windows color (decimal): -14149246 or 8526120. OLE color: 8526120.

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

Color convert

RGB 40 25 130 -
CMYK 0.69 0.81 0 0.49
HSL 248.57º 0.68% 0.3% -
HSV(B) 248.57º 0.81% 0.51% -
XYZ 5.25 2.76 21.37 -
YUV 41.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 40 25 130 0.69 0.81 0 0.49 248.57 0.68 0.3
Hex 28 19 82 45 51 0 31 F9 44 1E
Octal 50 31 202 105 121 0 61 371 104 36
Binary 101000 11001 10000010 1000101 1010001 0 110001 11111001 1000100 11110

Color Harmonies of #281982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281982

Black with #281982

Text Example


Text Example

White with #281982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281982; }

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

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

background-color css

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

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

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

border-color css

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

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

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