Html Css Color HEX #28087B Persian Indigo

📋 copy color: '#28087B'

red 40 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #28087B

Tints of Persian Indigo #28087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 23.39%
G = 4.68%
B = 71.93%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28087B (or 0x28087B) is known color: Persian Indigo. HEX triplet: 28, 08 and 7B. RGB value is (40,8,123). Sum of RGB (Red+Green+Blue) = 40+8+123=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #28087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28087B is #D7F784. Grayscale: #1E1E1E. Windows color (decimal): -14153605 or 8063016. OLE color: 8063016.

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

Color convert

RGB 40 8 123 -
CMYK 0.67 0.93 0 0.52
HSL 256.7º 0.88% 0.26% -
HSV(B) 256.7º 0.93% 0.48% -
XYZ 4.54 2.05 18.9 -
YUV 30.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 40 8 123 0.67 0.93 0 0.52 256.7 0.88 0.26
Hex 28 8 7B 43 5D 0 34 101 58 1A
Octal 50 10 173 103 135 0 64 401 130 32
Binary 101000 1000 1111011 1000011 1011101 0 110100 100000001 1011000 11010

Color Harmonies of #28087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28087B

Black with #28087B

Text Example


Text Example

White with #28087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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