Html Css Color HEX #280470 Persian Indigo

📋 copy color: '#280470'

red 40 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #280470

Tints of Persian Indigo #280470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 25.64%
G = 2.56%
B = 71.79%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280470 (or 0x280470) is known color: Persian Indigo. HEX triplet: 28, 04 and 70. RGB value is (40,4,112). Sum of RGB (Red+Green+Blue) = 40+4+112=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #280470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280470 is #D7FB8F. Grayscale: #1A1A1A. Windows color (decimal): -14154640 or 7341096. OLE color: 7341096.

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

Color convert

RGB 40 4 112 -
CMYK 0.64 0.96 0 0.56
HSL 260º 0.93% 0.23% -
HSV(B) 260º 0.96% 0.44% -
XYZ 3.84 1.71 15.46 -
YUV 27.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 40 4 112 0.64 0.96 0 0.56 260 0.93 0.23
Hex 28 4 70 40 60 0 38 104 5D 17
Octal 50 4 160 100 140 0 70 404 135 27
Binary 101000 100 1110000 1000000 1100000 0 111000 100000100 1011101 10111

Color Harmonies of #280470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280470

Black with #280470

Text Example


Text Example

White with #280470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280470; }

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

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

background-color css

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

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

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

border-color css

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

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

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