Html Css Color HEX #28057E Persian Indigo

📋 copy color: '#28057E'

red 40 ◦ green 5 ◦ blue 126

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

Shades of Persian Indigo #28057E

Tints of Persian Indigo #28057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 126 (49.61% from 255) = 73.68%

R = 23.39%
G = 2.92%
B = 73.68%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28057E (or 0x28057E) is known color: Persian Indigo. HEX triplet: 28, 05 and 7E. RGB value is (40,5,126). Sum of RGB (Red+Green+Blue) = 40+5+126=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 126 (49.61% from 255 or 73.68% from 171); Max value from RGB is 126 - color contains mainly: blue. Hex color #28057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28057E is #D7FA81. Grayscale: #1C1C1C. Windows color (decimal): -14154370 or 8258856. OLE color: 8258856.

HSL color Cylindrical-coordinate representation of color #28057E: hue angle of 257.36º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28057E is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 5 126 -
CMYK 0.68 0.96 0 0.51
HSL 257.36º 0.92% 0.26% -
HSV(B) 257.36º 0.96% 0.49% -
XYZ 4.7 2.07 19.89 -
YUV 29.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 40 5 126 0.68 0.96 0 0.51 257.36 0.92 0.26
Hex 28 5 7E 44 60 0 33 101 5C 1A
Octal 50 5 176 104 140 0 63 401 134 32
Binary 101000 101 1111110 1000100 1100000 0 110011 100000001 1011100 11010

Color Harmonies of #28057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28057E

Black with #28057E

Text Example


Text Example

White with #28057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28057E; }

 p { color: rgb(40,5,126); }

 H1.HeaderClassName
 {
   color: #28057E;
 }
 .AnyTagClassName
 {
   color: #28057E;
 }
</style>

background-color css

<style>
 a { background-color: #28057E; }

 a { background-color: rgb(40,5,126); }

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

border-color css

<style>
 span { border-color: #28057E; }

 span { border-color: rgb(40,5,126); }

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