Html Css Color HEX #280D71 Persian Indigo

📋 copy color: '#280D71'

red 40 ◦ green 13 ◦ blue 113

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

Shades of Persian Indigo #280D71

Tints of Persian Indigo #280D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

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

R = 24.1%
G = 7.83%
B = 68.07%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280D71 (or 0x280D71) is known color: Persian Indigo. HEX triplet: 28, 0D and 71. RGB value is (40,13,113). Sum of RGB (Red+Green+Blue) = 40+13+113=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #280D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D71 is #D7F28E. Grayscale: #202020. Windows color (decimal): -14152335 or 7408936. OLE color: 7408936.

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

Color convert

RGB 40 13 113 -
CMYK 0.65 0.88 0 0.56
HSL 256.2º 0.79% 0.25% -
HSV(B) 256.2º 0.88% 0.44% -
XYZ 4 1.93 15.78 -
YUV 32.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 40 13 113 0.65 0.88 0 0.56 256.2 0.79 0.25
Hex 28 D 71 41 58 0 38 100 4F 19
Octal 50 15 161 101 130 0 70 400 117 31
Binary 101000 1101 1110001 1000001 1011000 0 111000 100000000 1001111 11001

Color Harmonies of #280D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D71

Black with #280D71

Text Example


Text Example

White with #280D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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