Html Css Color HEX #280085 Persian Indigo

📋 copy color: '#280085'

red 40 ◦ green 0 ◦ blue 133

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

Shades of Persian Indigo #280085

Tints of Persian Indigo #280085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76.88%

R = 23.12%
G = 0%
B = 76.88%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280085 (or 0x280085) is known color: Persian Indigo. HEX triplet: 28, 00 and 85. RGB value is (40,0,133). Sum of RGB (Red+Green+Blue) = 40+0+133=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #280085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280085 is #D7FF7A. Grayscale: #1A1A1A. Windows color (decimal): -14155643 or 8716328. OLE color: 8716328.

HSL color Cylindrical-coordinate representation of color #280085: hue angle of 258.05º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280085 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 0 133 -
CMYK 0.70 1 0 0.48
HSL 258.05º 1% 0.26% -
HSV(B) 258.05º 1% 0.52% -
XYZ 5.11 2.14 22.33 -
YUV 27.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 40 0 133 0.70 1 0 0.48 258.05 1 0.26
Hex 28 0 85 46 64 0 30 102 64 1A
Octal 50 0 205 106 144 0 60 402 144 32
Binary 101000 0 10000101 1000110 1100100 0 110000 100000010 1100100 11010

Color Harmonies of #280085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280085

Black with #280085

Text Example


Text Example

White with #280085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280085; }

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

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

background-color css

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

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

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

border-color css

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

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

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