Html Css Color HEX #280E69 Persian Indigo

📋 copy color: '#280E69'

red 40 ◦ green 14 ◦ blue 105

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

Shades of Persian Indigo #280E69

Tints of Persian Indigo #280E69

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.81%

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

R = 25.16%
G = 8.81%
B = 66.04%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280E69 (or 0x280E69) is known color: Persian Indigo. HEX triplet: 28, 0E and 69. RGB value is (40,14,105). Sum of RGB (Red+Green+Blue) = 40+14+105=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #280E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E69 is #D7F196. Grayscale: #1F1F1F. Windows color (decimal): -14152087 or 6884904. OLE color: 6884904.

HSL color Cylindrical-coordinate representation of color #280E69: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280E69 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 14 105 -
CMYK 0.62 0.87 0 0.59
HSL 257.14º 0.76% 0.23% -
HSV(B) 257.14º 0.87% 0.41% -
XYZ 3.58 1.79 13.52 -
YUV 32.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 40 14 105 0.62 0.87 0 0.59 257.14 0.76 0.23
Hex 28 E 69 3E 57 0 3B 101 4C 17
Octal 50 16 151 76 127 0 73 401 114 27
Binary 101000 1110 1101001 111110 1010111 0 111011 100000001 1001100 10111

Color Harmonies of #280E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E69

Black with #280E69

Text Example


Text Example

White with #280E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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