Html Css Color HEX #28038C Persian Indigo

📋 copy color: '#28038C'

red 40 ◦ green 3 ◦ blue 140

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

Shades of Persian Indigo #28038C

Tints of Persian Indigo #28038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.5%

R = 21.86%
G = 1.64%
B = 76.5%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28038C (or 0x28038C) is known color: Persian Indigo. HEX triplet: 28, 03 and 8C. RGB value is (40,3,140). Sum of RGB (Red+Green+Blue) = 40+3+140=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #28038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28038C is #D7FC73. Grayscale: #1D1D1D. Windows color (decimal): -14154868 or 9175848. OLE color: 9175848.

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

Color convert

RGB 40 3 140 -
CMYK 0.71 0.98 0 0.45
HSL 256.2º 0.96% 0.28% -
HSV(B) 256.2º 0.98% 0.55% -
XYZ 5.64 2.41 24.98 -
YUV 29.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 40 3 140 0.71 0.98 0 0.45 256.2 0.96 0.28
Hex 28 3 8C 47 62 0 2D 100 60 1C
Octal 50 3 214 107 142 0 55 400 140 34
Binary 101000 11 10001100 1000111 1100010 0 101101 100000000 1100000 11100

Color Harmonies of #28038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28038C

Black with #28038C

Text Example


Text Example

White with #28038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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