Html Css Color HEX #280A71 Persian Indigo

📋 copy color: '#280A71'

red 40 ◦ green 10 ◦ blue 113

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

Shades of Persian Indigo #280A71

Tints of Persian Indigo #280A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.13%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 24.54%
G = 6.13%
B = 69.33%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280A71 (or 0x280A71) is known color: Persian Indigo. HEX triplet: 28, 0A and 71. RGB value is (40,10,113). Sum of RGB (Red+Green+Blue) = 40+10+113=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #280A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A71 is #D7F58E. Grayscale: #1E1E1E. Windows color (decimal): -14153103 or 7408168. OLE color: 7408168.

HSL color Cylindrical-coordinate representation of color #280A71: hue angle of 257.48º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280A71 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 10 113 -
CMYK 0.65 0.91 0 0.56
HSL 257.48º 0.84% 0.24% -
HSV(B) 257.48º 0.91% 0.44% -
XYZ 3.96 1.86 15.77 -
YUV 30.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 40 10 113 0.65 0.91 0 0.56 257.48 0.84 0.24
Hex 28 A 71 41 5B 0 38 101 54 18
Octal 50 12 161 101 133 0 70 401 124 30
Binary 101000 1010 1110001 1000001 1011011 0 111000 100000001 1010100 11000

Color Harmonies of #280A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280A71

Black with #280A71

Text Example


Text Example

White with #280A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280A71; }

 p { color: rgb(40,10,113); }

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

background-color css

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

 a { background-color: rgb(40,10,113); }

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

border-color css

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

 span { border-color: rgb(40,10,113); }

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