Html Css Color HEX #281169 Persian Indigo

📋 copy color: '#281169'

red 40 ◦ green 17 ◦ blue 105

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

Shades of Persian Indigo #281169

Tints of Persian Indigo #281169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 64.81%

R = 24.69%
G = 10.49%
B = 64.81%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281169 (or 0x281169) is known color: Persian Indigo. HEX triplet: 28, 11 and 69. RGB value is (40,17,105). Sum of RGB (Red+Green+Blue) = 40+17+105=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #281169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281169 is #D7EE96. Grayscale: #212121. Windows color (decimal): -14151319 or 6885672. OLE color: 6885672.

HSL color Cylindrical-coordinate representation of color #281169: hue angle of 255.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281169 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 17 105 -
CMYK 0.62 0.84 0 0.59
HSL 255.68º 0.72% 0.24% -
HSV(B) 255.68º 0.84% 0.41% -
XYZ 3.63 1.87 13.53 -
YUV 33.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 40 17 105 0.62 0.84 0 0.59 255.68 0.72 0.24
Hex 28 11 69 3E 54 0 3B 100 48 18
Octal 50 21 151 76 124 0 73 400 110 30
Binary 101000 10001 1101001 111110 1010100 0 111011 100000000 1001000 11000

Color Harmonies of #281169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281169

Black with #281169

Text Example


Text Example

White with #281169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281169; }

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

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

background-color css

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

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

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

border-color css

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

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

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