Html Css Color HEX #28047B Persian Indigo

📋 copy color: '#28047B'

red 40 ◦ green 4 ◦ blue 123

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

Shades of Persian Indigo #28047B

Tints of Persian Indigo #28047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 123 (48.44% from 255) = 73.65%

R = 23.95%
G = 2.4%
B = 73.65%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28047B (or 0x28047B) is known color: Persian Indigo. HEX triplet: 28, 04 and 7B. RGB value is (40,4,123). Sum of RGB (Red+Green+Blue) = 40+4+123=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #28047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28047B is #D7FB84. Grayscale: #1B1B1B. Windows color (decimal): -14154629 or 8061992. OLE color: 8061992.

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

Color convert

RGB 40 4 123 -
CMYK 0.67 0.97 0 0.52
HSL 258.15º 0.94% 0.25% -
HSV(B) 258.15º 0.97% 0.48% -
XYZ 4.49 1.97 18.88 -
YUV 28.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 40 4 123 0.67 0.97 0 0.52 258.15 0.94 0.25
Hex 28 4 7B 43 61 0 34 102 5E 19
Octal 50 4 173 103 141 0 64 402 136 31
Binary 101000 100 1111011 1000011 1100001 0 110100 100000010 1011110 11001

Color Harmonies of #28047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28047B

Black with #28047B

Text Example


Text Example

White with #28047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,4,123); }

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

background-color css

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

 a { background-color: rgb(40,4,123); }

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

border-color css

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

 span { border-color: rgb(40,4,123); }

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