Html Css Color HEX #280885 Persian Indigo

📋 copy color: '#280885'

red 40 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #280885

Tints of Persian Indigo #280885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

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

R = 22.1%
G = 4.42%
B = 73.48%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280885 (or 0x280885) is known color: Persian Indigo. HEX triplet: 28, 08 and 85. RGB value is (40,8,133). Sum of RGB (Red+Green+Blue) = 40+8+133=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #280885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280885 is #D7F77A. Grayscale: #1F1F1F. Windows color (decimal): -14153595 or 8718376. OLE color: 8718376.

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

Color convert

RGB 40 8 133 -
CMYK 0.70 0.94 0 0.48
HSL 255.36º 0.89% 0.28% -
HSV(B) 255.36º 0.94% 0.52% -
XYZ 5.2 2.32 22.36 -
YUV 31.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 40 8 133 0.70 0.94 0 0.48 255.36 0.89 0.28
Hex 28 8 85 46 5E 0 30 FF 59 1C
Octal 50 10 205 106 136 0 60 377 131 34
Binary 101000 1000 10000101 1000110 1011110 0 110000 11111111 1011001 11100

Color Harmonies of #280885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280885

Black with #280885

Text Example


Text Example

White with #280885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280885; }

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

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

background-color css

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

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

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

border-color css

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

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

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