Html Css Color HEX #280472 Persian Indigo

📋 copy color: '#280472'

red 40 ◦ green 4 ◦ blue 114

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

Shades of Persian Indigo #280472

Tints of Persian Indigo #280472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 25.32%
G = 2.53%
B = 72.15%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280472 (or 0x280472) is known color: Persian Indigo. HEX triplet: 28, 04 and 72. RGB value is (40,4,114). Sum of RGB (Red+Green+Blue) = 40+4+114=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #280472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280472 is #D7FB8D. Grayscale: #1A1A1A. Windows color (decimal): -14154638 or 7472168. OLE color: 7472168.

HSL color Cylindrical-coordinate representation of color #280472: hue angle of 259.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280472 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 4 114 -
CMYK 0.65 0.96 0 0.55
HSL 259.64º 0.93% 0.23% -
HSV(B) 259.64º 0.96% 0.45% -
XYZ 3.96 1.75 16.05 -
YUV 27.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 40 4 114 0.65 0.96 0 0.55 259.64 0.93 0.23
Hex 28 4 72 41 60 0 37 104 5D 17
Octal 50 4 162 101 140 0 67 404 135 27
Binary 101000 100 1110010 1000001 1100000 0 110111 100000100 1011101 10111

Color Harmonies of #280472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280472

Black with #280472

Text Example


Text Example

White with #280472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280472; }

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

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

background-color css

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

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

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

border-color css

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

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

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