Html Css Color HEX #281772 Persian Indigo

📋 copy color: '#281772'

red 40 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #281772

Tints of Persian Indigo #281772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 22.6%
G = 12.99%
B = 64.41%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281772 (or 0x281772) is known color: Persian Indigo. HEX triplet: 28, 17 and 72. RGB value is (40,23,114). Sum of RGB (Red+Green+Blue) = 40+23+114=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #281772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281772 is #D7E88D. Grayscale: #262626. Windows color (decimal): -14149774 or 7477032. OLE color: 7477032.

HSL color Cylindrical-coordinate representation of color #281772: hue angle of 251.21º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281772 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 23 114 -
CMYK 0.65 0.80 0 0.55
HSL 251.21º 0.66% 0.27% -
HSV(B) 251.21º 0.8% 0.45% -
XYZ 4.22 2.28 16.14 -
YUV 38.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 40 23 114 0.65 0.80 0 0.55 251.21 0.66 0.27
Hex 28 17 72 41 50 0 37 FB 42 1B
Octal 50 27 162 101 120 0 67 373 102 33
Binary 101000 10111 1110010 1000001 1010000 0 110111 11111011 1000010 11011

Color Harmonies of #281772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281772

Black with #281772

Text Example


Text Example

White with #281772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281772; }

 p { color: rgb(40,23,114); }

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

background-color css

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

 a { background-color: rgb(40,23,114); }

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

border-color css

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

 span { border-color: rgb(40,23,114); }

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