Html Css Color HEX #281C84 Persian Indigo

📋 copy color: '#281C84'

red 40 ◦ green 28 ◦ blue 132

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

Shades of Persian Indigo #281C84

Tints of Persian Indigo #281C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 132 (51.95% from 255) = 66%

R = 20%
G = 14%
B = 66%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#281C84 (or 0x281C84) is known color: Persian Indigo. HEX triplet: 28, 1C and 84. RGB value is (40,28,132). Sum of RGB (Red+Green+Blue) = 40+28+132=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #281C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C84 is #D7E37B. Grayscale: #2B2B2B. Windows color (decimal): -14148476 or 8657960. OLE color: 8657960.

HSL color Cylindrical-coordinate representation of color #281C84: hue angle of 246.92º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281C84 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 28 132 -
CMYK 0.70 0.79 0 0.48
HSL 246.92º 0.65% 0.31% -
HSV(B) 246.92º 0.79% 0.52% -
XYZ 5.46 2.95 22.11 -
YUV 43.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 40 28 132 0.70 0.79 0 0.48 246.92 0.65 0.31
Hex 28 1C 84 46 4F 0 30 F7 41 1F
Octal 50 34 204 106 117 0 60 367 101 37
Binary 101000 11100 10000100 1000110 1001111 0 110000 11110111 1000001 11111

Color Harmonies of #281C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281C84

Black with #281C84

Text Example


Text Example

White with #281C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,28,132); }

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

background-color css

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

 a { background-color: rgb(40,28,132); }

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

border-color css

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

 span { border-color: rgb(40,28,132); }

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