Html Css Color HEX #28007F Persian Indigo

📋 copy color: '#28007F'

red 40 ◦ green 0 ◦ blue 127

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

Shades of Persian Indigo #28007F

Tints of Persian Indigo #28007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.95%
G = 0%
B = 76.05%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28007F (or 0x28007F) is known color: Persian Indigo. HEX triplet: 28, 00 and 7F. RGB value is (40,0,127). Sum of RGB (Red+Green+Blue) = 40+0+127=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #28007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28007F is #D7FF80. Grayscale: #191919. Windows color (decimal): -14155649 or 8323112. OLE color: 8323112.

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

Color convert

RGB 40 0 127 -
CMYK 0.69 1 0 0.50
HSL 258.9º 1% 0.25% -
HSV(B) 258.9º 1% 0.5% -
XYZ 4.71 1.98 20.21 -
YUV 26.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 40 0 127 0.69 1 0 0.50 258.9 1 0.25
Hex 28 0 7F 45 64 0 32 103 64 19
Octal 50 0 177 105 144 0 62 403 144 31
Binary 101000 0 1111111 1000101 1100100 0 110010 100000011 1100100 11001

Color Harmonies of #28007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28007F

Black with #28007F

Text Example


Text Example

White with #28007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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