Html Css Color HEX #281A79 Persian Indigo

📋 copy color: '#281A79'

red 40 ◦ green 26 ◦ blue 121

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

Shades of Persian Indigo #281A79

Tints of Persian Indigo #281A79

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 21.39%
G = 13.9%
B = 64.71%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#281A79 (or 0x281A79) is known color: Persian Indigo. HEX triplet: 28, 1A and 79. RGB value is (40,26,121). Sum of RGB (Red+Green+Blue) = 40+26+121=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #281A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A79 is #D7E586. Grayscale: #282828. Windows color (decimal): -14148999 or 7936552. OLE color: 7936552.

HSL color Cylindrical-coordinate representation of color #281A79: hue angle of 248.84º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281A79 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 26 121 -
CMYK 0.67 0.79 0 0.53
HSL 248.84º 0.65% 0.29% -
HSV(B) 248.84º 0.79% 0.47% -
XYZ 4.7 2.57 18.34 -
YUV 41.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 40 26 121 0.67 0.79 0 0.53 248.84 0.65 0.29
Hex 28 1A 79 43 4F 0 35 F9 41 1D
Octal 50 32 171 103 117 0 65 371 101 35
Binary 101000 11010 1111001 1000011 1001111 0 110101 11111001 1000001 11101

Color Harmonies of #281A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281A79

Black with #281A79

Text Example


Text Example

White with #281A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,26,121); }

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

background-color css

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

 a { background-color: rgb(40,26,121); }

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

border-color css

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

 span { border-color: rgb(40,26,121); }

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