Html Css Color HEX #280490 Persian Indigo

📋 copy color: '#280490'

red 40 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #280490

Tints of Persian Indigo #280490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 21.28%
G = 2.13%
B = 76.6%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280490 (or 0x280490) is known color: Persian Indigo. HEX triplet: 28, 04 and 90. RGB value is (40,4,144). Sum of RGB (Red+Green+Blue) = 40+4+144=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #280490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280490 is #D7FB6F. Grayscale: #1E1E1E. Windows color (decimal): -14154608 or 9438248. OLE color: 9438248.

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

Color convert

RGB 40 4 144 -
CMYK 0.72 0.97 0 0.44
HSL 255.43º 0.95% 0.29% -
HSV(B) 255.43º 0.97% 0.56% -
XYZ 5.95 2.55 26.56 -
YUV 30.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 40 4 144 0.72 0.97 0 0.44 255.43 0.95 0.29
Hex 28 4 90 48 61 0 2C FF 5F 1D
Octal 50 4 220 110 141 0 54 377 137 35
Binary 101000 100 10010000 1001000 1100001 0 101100 11111111 1011111 11101

Color Harmonies of #280490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280490

Black with #280490

Text Example


Text Example

White with #280490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280490; }

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

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

background-color css

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

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

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

border-color css

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

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

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