Html Css Color HEX #28027A Persian Indigo

📋 copy color: '#28027A'

red 40 ◦ green 2 ◦ blue 122

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

Shades of Persian Indigo #28027A

Tints of Persian Indigo #28027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 122 (48.05% from 255) = 74.39%

R = 24.39%
G = 1.22%
B = 74.39%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28027A (or 0x28027A) is known color: Persian Indigo. HEX triplet: 28, 02 and 7A. RGB value is (40,2,122). Sum of RGB (Red+Green+Blue) = 40+2+122=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #28027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28027A is #D7FD85. Grayscale: #1A1A1A. Windows color (decimal): -14155142 or 7995944. OLE color: 7995944.

HSL color Cylindrical-coordinate representation of color #28027A: hue angle of 259º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28027A is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 2 122 -
CMYK 0.67 0.98 0 0.52
HSL 259º 0.97% 0.24% -
HSV(B) 259º 0.98% 0.48% -
XYZ 4.41 1.9 18.55 -
YUV 27.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 40 2 122 0.67 0.98 0 0.52 259 0.97 0.24
Hex 28 2 7A 43 62 0 34 103 61 18
Octal 50 2 172 103 142 0 64 403 141 30
Binary 101000 10 1111010 1000011 1100010 0 110100 100000011 1100001 11000

Color Harmonies of #28027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28027A

Black with #28027A

Text Example


Text Example

White with #28027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28027A; }

 p { color: rgb(40,2,122); }

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

background-color css

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

 a { background-color: rgb(40,2,122); }

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

border-color css

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

 span { border-color: rgb(40,2,122); }

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