Html Css Color HEX #281178 Persian Indigo

📋 copy color: '#281178'

red 40 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #281178

Tints of Persian Indigo #281178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 67.8%

R = 22.6%
G = 9.6%
B = 67.8%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#281178 (or 0x281178) is known color: Persian Indigo. HEX triplet: 28, 11 and 78. RGB value is (40,17,120). Sum of RGB (Red+Green+Blue) = 40+17+120=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #281178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281178 is #D7EE87. Grayscale: #232323. Windows color (decimal): -14151304 or 7868712. OLE color: 7868712.

HSL color Cylindrical-coordinate representation of color #281178: hue angle of 253.4º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281178 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 17 120 -
CMYK 0.67 0.86 0 0.53
HSL 253.4º 0.75% 0.27% -
HSV(B) 253.4º 0.86% 0.47% -
XYZ 4.47 2.21 17.96 -
YUV 35.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 40 17 120 0.67 0.86 0 0.53 253.4 0.75 0.27
Hex 28 11 78 43 56 0 35 FD 4B 1B
Octal 50 21 170 103 126 0 65 375 113 33
Binary 101000 10001 1111000 1000011 1010110 0 110101 11111101 1001011 11011

Color Harmonies of #281178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281178

Black with #281178

Text Example


Text Example

White with #281178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281178; }

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

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

background-color css

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

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

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

border-color css

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

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

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