Html Css Color HEX #280D70 Persian Indigo

📋 copy color: '#280D70'

red 40 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #280D70

Tints of Persian Indigo #280D70

RGB

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

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

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

R = 24.24%
G = 7.88%
B = 67.88%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280D70 (or 0x280D70) is known color: Persian Indigo. HEX triplet: 28, 0D and 70. RGB value is (40,13,112). Sum of RGB (Red+Green+Blue) = 40+13+112=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #280D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D70 is #D7F28F. Grayscale: #1F1F1F. Windows color (decimal): -14152336 or 7343400. OLE color: 7343400.

HSL color Cylindrical-coordinate representation of color #280D70: hue angle of 256.36º 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 #280D70 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 13 112 -
CMYK 0.64 0.88 0 0.56
HSL 256.36º 0.79% 0.25% -
HSV(B) 256.36º 0.88% 0.44% -
XYZ 3.94 1.91 15.49 -
YUV 32.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 40 13 112 0.64 0.88 0 0.56 256.36 0.79 0.25
Hex 28 D 70 40 58 0 38 100 4F 19
Octal 50 15 160 100 130 0 70 400 117 31
Binary 101000 1101 1110000 1000000 1011000 0 111000 100000000 1001111 11001

Color Harmonies of #280D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D70

Black with #280D70

Text Example


Text Example

White with #280D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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