Html Css Color HEX #280190 Persian Indigo

📋 copy color: '#280190'

red 40 ◦ green 1 ◦ blue 144

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

Shades of Persian Indigo #280190

Tints of Persian Indigo #280190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 144 (56.64% from 255) = 77.84%

R = 21.62%
G = 0.54%
B = 77.84%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280190 (or 0x280190) is known color: Persian Indigo. HEX triplet: 28, 01 and 90. RGB value is (40,1,144). Sum of RGB (Red+Green+Blue) = 40+1+144=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #280190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280190 is #D7FE6F. Grayscale: #1C1C1C. Windows color (decimal): -14155376 or 9437480. OLE color: 9437480.

HSL color Cylindrical-coordinate representation of color #280190: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280190 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 1 144 -
CMYK 0.72 0.99 0 0.44
HSL 256.36º 0.99% 0.28% -
HSV(B) 256.36º 0.99% 0.56% -
XYZ 5.92 2.49 26.55 -
YUV 28.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 40 1 144 0.72 0.99 0 0.44 256.36 0.99 0.28
Hex 28 1 90 48 63 0 2C 100 63 1C
Octal 50 1 220 110 143 0 54 400 143 34
Binary 101000 1 10010000 1001000 1100011 0 101100 100000000 1100011 11100

Color Harmonies of #280190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280190

Black with #280190

Text Example


Text Example

White with #280190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280190; }

 p { color: rgb(40,1,144); }

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

background-color css

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

 a { background-color: rgb(40,1,144); }

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

border-color css

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

 span { border-color: rgb(40,1,144); }

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