Html Css Color HEX #281373 Persian Indigo

📋 copy color: '#281373'

red 40 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #281373

Tints of Persian Indigo #281373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 22.99%
G = 10.92%
B = 66.09%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281373 (or 0x281373) is known color: Persian Indigo. HEX triplet: 28, 13 and 73. RGB value is (40,19,115). Sum of RGB (Red+Green+Blue) = 40+19+115=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #281373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281373 is #D7EC8C. Grayscale: #232323. Windows color (decimal): -14150797 or 7541544. OLE color: 7541544.

HSL color Cylindrical-coordinate representation of color #281373: hue angle of 253.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281373 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 19 115 -
CMYK 0.65 0.83 0 0.55
HSL 253.13º 0.72% 0.26% -
HSV(B) 253.13º 0.83% 0.45% -
XYZ 4.2 2.15 16.41 -
YUV 36.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 40 19 115 0.65 0.83 0 0.55 253.13 0.72 0.26
Hex 28 13 73 41 53 0 37 FD 48 1A
Octal 50 23 163 101 123 0 67 375 110 32
Binary 101000 10011 1110011 1000001 1010011 0 110111 11111101 1001000 11010

Color Harmonies of #281373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281373

Black with #281373

Text Example


Text Example

White with #281373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281373; }

 p { color: rgb(40,19,115); }

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

background-color css

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

 a { background-color: rgb(40,19,115); }

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

border-color css

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

 span { border-color: rgb(40,19,115); }

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