Html Css Color HEX #28078B Persian Indigo

📋 copy color: '#28078B'

red 40 ◦ green 7 ◦ blue 139

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

Shades of Persian Indigo #28078B

Tints of Persian Indigo #28078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

 BLUE value IS 139 (54.69% from 255) = 74.73%

R = 21.51%
G = 3.76%
B = 74.73%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28078B (or 0x28078B) is known color: Persian Indigo. HEX triplet: 28, 07 and 8B. RGB value is (40,7,139). Sum of RGB (Red+Green+Blue) = 40+7+139=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #28078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28078B is #D7F874. Grayscale: #1F1F1F. Windows color (decimal): -14153845 or 9111336. OLE color: 9111336.

HSL color Cylindrical-coordinate representation of color #28078B: hue angle of 255º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28078B is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 7 139 -
CMYK 0.71 0.95 0 0.45
HSL 255º 0.9% 0.29% -
HSV(B) 255º 0.95% 0.55% -
XYZ 5.61 2.47 24.61 -
YUV 31.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 40 7 139 0.71 0.95 0 0.45 255 0.9 0.29
Hex 28 7 8B 47 5F 0 2D FF 5A 1D
Octal 50 7 213 107 137 0 55 377 132 35
Binary 101000 111 10001011 1000111 1011111 0 101101 11111111 1011010 11101

Color Harmonies of #28078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28078B

Black with #28078B

Text Example


Text Example

White with #28078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28078B; }

 p { color: rgb(40,7,139); }

 H1.HeaderClassName
 {
   color: #28078B;
 }
 .AnyTagClassName
 {
   color: #28078B;
 }
</style>

background-color css

<style>
 a { background-color: #28078B; }

 a { background-color: rgb(40,7,139); }

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

border-color css

<style>
 span { border-color: #28078B; }

 span { border-color: rgb(40,7,139); }

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