Html Css Color HEX #281B76 Persian Indigo

📋 copy color: '#281B76'

red 40 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #281B76

Tints of Persian Indigo #281B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 118 (46.48% from 255) = 63.78%

R = 21.62%
G = 14.59%
B = 63.78%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281B76 (or 0x281B76) is known color: Persian Indigo. HEX triplet: 28, 1B and 76. RGB value is (40,27,118). Sum of RGB (Red+Green+Blue) = 40+27+118=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #281B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B76 is #D7E489. Grayscale: #282828. Windows color (decimal): -14148746 or 7740200. OLE color: 7740200.

HSL color Cylindrical-coordinate representation of color #281B76: hue angle of 248.57º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281B76 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 27 118 -
CMYK 0.66 0.77 0 0.54
HSL 248.57º 0.63% 0.28% -
HSV(B) 248.57º 0.77% 0.46% -
XYZ 4.54 2.54 17.39 -
YUV 41.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 40 27 118 0.66 0.77 0 0.54 248.57 0.63 0.28
Hex 28 1B 76 42 4D 0 36 F9 3F 1C
Octal 50 33 166 102 115 0 66 371 77 34
Binary 101000 11011 1110110 1000010 1001101 0 110110 11111001 111111 11100

Color Harmonies of #281B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B76

Black with #281B76

Text Example


Text Example

White with #281B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281B76; }

 p { color: rgb(40,27,118); }

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

background-color css

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

 a { background-color: rgb(40,27,118); }

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

border-color css

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

 span { border-color: rgb(40,27,118); }

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