Html Css Color HEX #281276 Persian Indigo

📋 copy color: '#281276'

red 40 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #281276

Tints of Persian Indigo #281276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 22.73%
G = 10.23%
B = 67.05%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281276 (or 0x281276) is known color: Persian Indigo. HEX triplet: 28, 12 and 76. RGB value is (40,18,118). Sum of RGB (Red+Green+Blue) = 40+18+118=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #281276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281276 is #D7ED89. Grayscale: #232323. Windows color (decimal): -14151050 or 7737896. OLE color: 7737896.

HSL color Cylindrical-coordinate representation of color #281276: hue angle of 253.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281276 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 18 118 -
CMYK 0.66 0.85 0 0.54
HSL 253.2º 0.74% 0.27% -
HSV(B) 253.2º 0.85% 0.46% -
XYZ 4.36 2.19 17.33 -
YUV 35.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 40 18 118 0.66 0.85 0 0.54 253.2 0.74 0.27
Hex 28 12 76 42 55 0 36 FD 4A 1B
Octal 50 22 166 102 125 0 66 375 112 33
Binary 101000 10010 1110110 1000010 1010101 0 110110 11111101 1001010 11011

Color Harmonies of #281276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281276

Black with #281276

Text Example


Text Example

White with #281276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281276; }

 p { color: rgb(40,18,118); }

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

background-color css

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

 a { background-color: rgb(40,18,118); }

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

border-color css

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

 span { border-color: rgb(40,18,118); }

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