Html Css Color HEX #280E75 Persian Indigo

📋 copy color: '#280E75'

red 40 ◦ green 14 ◦ blue 117

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

Shades of Persian Indigo #280E75

Tints of Persian Indigo #280E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 23.39%
G = 8.19%
B = 68.42%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#280E75 (or 0x280E75) is known color: Persian Indigo. HEX triplet: 28, 0E and 75. RGB value is (40,14,117). Sum of RGB (Red+Green+Blue) = 40+14+117=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #280E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E75 is #D7F18A. Grayscale: #212121. Windows color (decimal): -14152075 or 7671336. OLE color: 7671336.

HSL color Cylindrical-coordinate representation of color #280E75: hue angle of 255.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E75 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 14 117 -
CMYK 0.66 0.88 0 0.54
HSL 255.15º 0.79% 0.26% -
HSV(B) 255.15º 0.88% 0.46% -
XYZ 4.24 2.05 17 -
YUV 33.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 40 14 117 0.66 0.88 0 0.54 255.15 0.79 0.26
Hex 28 E 75 42 58 0 36 FF 4F 1A
Octal 50 16 165 102 130 0 66 377 117 32
Binary 101000 1110 1110101 1000010 1011000 0 110110 11111111 1001111 11010

Color Harmonies of #280E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E75

Black with #280E75

Text Example


Text Example

White with #280E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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