Html Css Color HEX #281878 Persian Indigo

📋 copy color: '#281878'

red 40 ◦ green 24 ◦ blue 120

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

Shades of Persian Indigo #281878

Tints of Persian Indigo #281878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.22%

R = 21.74%
G = 13.04%
B = 65.22%

CMYK

 C value IS 0.67

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#281878 (or 0x281878) is known color: Persian Indigo. HEX triplet: 28, 18 and 78. RGB value is (40,24,120). Sum of RGB (Red+Green+Blue) = 40+24+120=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #281878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281878 is #D7E787. Grayscale: #272727. Windows color (decimal): -14149512 or 7870504. OLE color: 7870504.

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

Color convert

RGB 40 24 120 -
CMYK 0.67 0.8 0 0.53
HSL 250º 0.67% 0.28% -
HSV(B) 250º 0.8% 0.47% -
XYZ 4.59 2.46 18 -
YUV 39.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 40 24 120 0.67 0.8 0 0.53 250 0.67 0.28
Hex 28 18 78 43 50 0 35 FA 43 1C
Octal 50 30 170 103 120 0 65 372 103 34
Binary 101000 11000 1111000 1000011 1010000 0 110101 11111010 1000011 11100

Color Harmonies of #281878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281878

Black with #281878

Text Example


Text Example

White with #281878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281878; }

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

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

background-color css

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

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

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

border-color css

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

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

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