Html Css Color HEX #28038A Persian Indigo

📋 copy color: '#28038A'

red 40 ◦ green 3 ◦ blue 138

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

Shades of Persian Indigo #28038A

Tints of Persian Indigo #28038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 22.1%
G = 1.66%
B = 76.24%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28038A (or 0x28038A) is known color: Persian Indigo. HEX triplet: 28, 03 and 8A. RGB value is (40,3,138). Sum of RGB (Red+Green+Blue) = 40+3+138=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #28038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28038A is #D7FC75. Grayscale: #1C1C1C. Windows color (decimal): -14154870 or 9044776. OLE color: 9044776.

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

Color convert

RGB 40 3 138 -
CMYK 0.71 0.98 0 0.46
HSL 256.44º 0.96% 0.28% -
HSV(B) 256.44º 0.98% 0.54% -
XYZ 5.5 2.35 24.21 -
YUV 29.45 189.26 135.52 -
System Red Green Blue C M Y K H S L
Decimal 40 3 138 0.71 0.98 0 0.46 256.44 0.96 0.28
Hex 28 3 8A 47 62 0 2E 100 60 1C
Octal 50 3 212 107 142 0 56 400 140 34
Binary 101000 11 10001010 1000111 1100010 0 101110 100000000 1100000 11100

Color Harmonies of #28038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28038A

Black with #28038A

Text Example


Text Example

White with #28038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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