Html Css Color HEX #281374 Persian Indigo

📋 copy color: '#281374'

red 40 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #281374

Tints of Persian Indigo #281374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 66.29%

R = 22.86%
G = 10.86%
B = 66.29%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281374 (or 0x281374) is known color: Persian Indigo. HEX triplet: 28, 13 and 74. RGB value is (40,19,116). Sum of RGB (Red+Green+Blue) = 40+19+116=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #281374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281374 is #D7EC8B. Grayscale: #232323. Windows color (decimal): -14150796 or 7607080. OLE color: 7607080.

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

Color convert

RGB 40 19 116 -
CMYK 0.66 0.84 0 0.55
HSL 252.99º 0.72% 0.26% -
HSV(B) 252.99º 0.84% 0.45% -
XYZ 4.26 2.18 16.72 -
YUV 36.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 40 19 116 0.66 0.84 0 0.55 252.99 0.72 0.26
Hex 28 13 74 42 54 0 37 FD 48 1A
Octal 50 23 164 102 124 0 67 375 110 32
Binary 101000 10011 1110100 1000010 1010100 0 110111 11111101 1001000 11010

Color Harmonies of #281374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281374

Black with #281374

Text Example


Text Example

White with #281374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281374; }

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

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

background-color css

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

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

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

border-color css

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

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

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