Html Css Color HEX #28018A Persian Indigo

📋 copy color: '#28018A'

red 40 ◦ green 1 ◦ blue 138

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

Shades of Persian Indigo #28018A

Tints of Persian Indigo #28018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 138 (54.3% from 255) = 77.09%

R = 22.35%
G = 0.56%
B = 77.09%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28018A (or 0x28018A) is known color: Persian Indigo. HEX triplet: 28, 01 and 8A. RGB value is (40,1,138). Sum of RGB (Red+Green+Blue) = 40+1+138=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #28018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28018A is #D7FE75. Grayscale: #1B1B1B. Windows color (decimal): -14155382 or 9044264. OLE color: 9044264.

HSL color Cylindrical-coordinate representation of color #28018A: hue angle of 257.08º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28018A is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 1 138 -
CMYK 0.71 0.99 0 0.46
HSL 257.08º 0.99% 0.27% -
HSV(B) 257.08º 0.99% 0.54% -
XYZ 5.47 2.31 24.2 -
YUV 28.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 40 1 138 0.71 0.99 0 0.46 257.08 0.99 0.27
Hex 28 1 8A 47 63 0 2E 101 63 1B
Octal 50 1 212 107 143 0 56 401 143 33
Binary 101000 1 10001010 1000111 1100011 0 101110 100000001 1100011 11011

Color Harmonies of #28018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28018A

Black with #28018A

Text Example


Text Example

White with #28018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,1,138); }

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

background-color css

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

 a { background-color: rgb(40,1,138); }

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

border-color css

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

 span { border-color: rgb(40,1,138); }

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