Html Css Color HEX #280370 Persian Indigo

📋 copy color: '#280370'

red 40 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #280370

Tints of Persian Indigo #280370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 25.81%
G = 1.94%
B = 72.26%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280370 (or 0x280370) is known color: Persian Indigo. HEX triplet: 28, 03 and 70. RGB value is (40,3,112). Sum of RGB (Red+Green+Blue) = 40+3+112=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #280370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280370 is #D7FC8F. Grayscale: #1A1A1A. Windows color (decimal): -14154896 or 7340840. OLE color: 7340840.

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

Color convert

RGB 40 3 112 -
CMYK 0.64 0.97 0 0.56
HSL 260.37º 0.95% 0.23% -
HSV(B) 260.37º 0.97% 0.44% -
XYZ 3.83 1.69 15.45 -
YUV 26.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 40 3 112 0.64 0.97 0 0.56 260.37 0.95 0.23
Hex 28 3 70 40 61 0 38 104 5F 17
Octal 50 3 160 100 141 0 70 404 137 27
Binary 101000 11 1110000 1000000 1100001 0 111000 100000100 1011111 10111

Color Harmonies of #280370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280370

Black with #280370

Text Example


Text Example

White with #280370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280370; }

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

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

background-color css

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

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

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

border-color css

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

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

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