Html Css Color HEX #281872 Persian Indigo

📋 copy color: '#281872'

red 40 ◦ green 24 ◦ blue 114

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

Shades of Persian Indigo #281872

Tints of Persian Indigo #281872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 22.47%
G = 13.48%
B = 64.04%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281872 (or 0x281872) is known color: Persian Indigo. HEX triplet: 28, 18 and 72. RGB value is (40,24,114). Sum of RGB (Red+Green+Blue) = 40+24+114=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #281872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281872 is #D7E78D. Grayscale: #262626. Windows color (decimal): -14149518 or 7477288. OLE color: 7477288.

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

Color convert

RGB 40 24 114 -
CMYK 0.65 0.79 0 0.55
HSL 250.67º 0.65% 0.27% -
HSV(B) 250.67º 0.79% 0.45% -
XYZ 4.24 2.32 16.14 -
YUV 39.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 40 24 114 0.65 0.79 0 0.55 250.67 0.65 0.27
Hex 28 18 72 41 4F 0 37 FB 41 1B
Octal 50 30 162 101 117 0 67 373 101 33
Binary 101000 11000 1110010 1000001 1001111 0 110111 11111011 1000001 11011

Color Harmonies of #281872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281872

Black with #281872

Text Example


Text Example

White with #281872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281872; }

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

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

background-color css

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

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

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

border-color css

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

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

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