Html Css Color HEX #280075 Persian Indigo

📋 copy color: '#280075'

red 40 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #280075

Tints of Persian Indigo #280075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.48%
G = 0%
B = 74.52%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#280075 (or 0x280075) is known color: Persian Indigo. HEX triplet: 28, 00 and 75. RGB value is (40,0,117). Sum of RGB (Red+Green+Blue) = 40+0+117=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #280075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280075 is #D7FF8A. Grayscale: #181818. Windows color (decimal): -14155659 or 7667752. OLE color: 7667752.

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

Color convert

RGB 40 0 117 -
CMYK 0.66 1 0 0.54
HSL 260.51º 1% 0.23% -
HSV(B) 260.51º 1% 0.46% -
XYZ 4.09 1.74 16.95 -
YUV 25.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 40 0 117 0.66 1 0 0.54 260.51 1 0.23
Hex 28 0 75 42 64 0 36 105 64 17
Octal 50 0 165 102 144 0 66 405 144 27
Binary 101000 0 1110101 1000010 1100100 0 110110 100000101 1100100 10111

Color Harmonies of #280075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280075

Black with #280075

Text Example


Text Example

White with #280075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280075; }

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

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

background-color css

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

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

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

border-color css

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

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

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