Html Css Color HEX #280270 Persian Indigo

📋 copy color: '#280270'

red 40 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #280270

Tints of Persian Indigo #280270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 25.97%
G = 1.3%
B = 72.73%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280270 (or 0x280270) is known color: Persian Indigo. HEX triplet: 28, 02 and 70. RGB value is (40,2,112). Sum of RGB (Red+Green+Blue) = 40+2+112=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #280270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280270 is #D7FD8F. Grayscale: #191919. Windows color (decimal): -14155152 or 7340584. OLE color: 7340584.

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

Color convert

RGB 40 2 112 -
CMYK 0.64 0.98 0 0.56
HSL 260.73º 0.96% 0.22% -
HSV(B) 260.73º 0.98% 0.44% -
XYZ 3.82 1.66 15.45 -
YUV 25.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 40 2 112 0.64 0.98 0 0.56 260.73 0.96 0.22
Hex 28 2 70 40 62 0 38 105 60 16
Octal 50 2 160 100 142 0 70 405 140 26
Binary 101000 10 1110000 1000000 1100010 0 111000 100000101 1100000 10110

Color Harmonies of #280270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280270

Black with #280270

Text Example


Text Example

White with #280270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280270; }

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

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

background-color css

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

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

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

border-color css

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

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

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