Html Css Color HEX #28147F Persian Indigo

📋 copy color: '#28147F'

red 40 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #28147F

Tints of Persian Indigo #28147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 127 (50% from 255) = 67.91%

R = 21.39%
G = 10.7%
B = 67.91%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28147F (or 0x28147F) is known color: Persian Indigo. HEX triplet: 28, 14 and 7F. RGB value is (40,20,127). Sum of RGB (Red+Green+Blue) = 40+20+127=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #28147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28147F is #D7EB80. Grayscale: #252525. Windows color (decimal): -14150529 or 8328232. OLE color: 8328232.

HSL color Cylindrical-coordinate representation of color #28147F: hue angle of 251.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28147F is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 20 127 -
CMYK 0.69 0.84 0 0.50
HSL 251.22º 0.73% 0.29% -
HSV(B) 251.22º 0.84% 0.5% -
XYZ 4.96 2.48 20.3 -
YUV 38.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 40 20 127 0.69 0.84 0 0.50 251.22 0.73 0.29
Hex 28 14 7F 45 54 0 32 FB 49 1D
Octal 50 24 177 105 124 0 62 373 111 35
Binary 101000 10100 1111111 1000101 1010100 0 110010 11111011 1001001 11101

Color Harmonies of #28147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28147F

Black with #28147F

Text Example


Text Example

White with #28147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28147F; }

 p { color: rgb(40,20,127); }

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

background-color css

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

 a { background-color: rgb(40,20,127); }

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

border-color css

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

 span { border-color: rgb(40,20,127); }

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