Html Css Color HEX #280390 Persian Indigo

📋 copy color: '#280390'

red 40 ◦ green 3 ◦ blue 144

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

Shades of Persian Indigo #280390

Tints of Persian Indigo #280390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 21.39%
G = 1.6%
B = 77.01%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280390 (or 0x280390) is known color: Persian Indigo. HEX triplet: 28, 03 and 90. RGB value is (40,3,144). Sum of RGB (Red+Green+Blue) = 40+3+144=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #280390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280390 is #D7FC6F. Grayscale: #1D1D1D. Windows color (decimal): -14154864 or 9437992. OLE color: 9437992.

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

Color convert

RGB 40 3 144 -
CMYK 0.72 0.98 0 0.44
HSL 255.74º 0.96% 0.29% -
HSV(B) 255.74º 0.98% 0.56% -
XYZ 5.94 2.53 26.56 -
YUV 30.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 40 3 144 0.72 0.98 0 0.44 255.74 0.96 0.29
Hex 28 3 90 48 62 0 2C 100 60 1D
Octal 50 3 220 110 142 0 54 400 140 35
Binary 101000 11 10010000 1001000 1100010 0 101100 100000000 1100000 11101

Color Harmonies of #280390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280390

Black with #280390

Text Example


Text Example

White with #280390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280390; }

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

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

background-color css

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

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

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

border-color css

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

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

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