Html Css Color HEX #28017C Persian Indigo

📋 copy color: '#28017C'

red 40 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #28017C

Tints of Persian Indigo #28017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 124 (48.83% from 255) = 75.15%

R = 24.24%
G = 0.61%
B = 75.15%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28017C (or 0x28017C) is known color: Persian Indigo. HEX triplet: 28, 01 and 7C. RGB value is (40,1,124). Sum of RGB (Red+Green+Blue) = 40+1+124=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #28017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28017C is #D7FE83. Grayscale: #1A1A1A. Windows color (decimal): -14155396 or 8126760. OLE color: 8126760.

HSL color Cylindrical-coordinate representation of color #28017C: hue angle of 259.02º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28017C is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 1 124 -
CMYK 0.68 0.99 0 0.51
HSL 259.02º 0.98% 0.25% -
HSV(B) 259.02º 0.99% 0.49% -
XYZ 4.52 1.93 19.2 -
YUV 26.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 40 1 124 0.68 0.99 0 0.51 259.02 0.98 0.25
Hex 28 1 7C 44 63 0 33 103 62 19
Octal 50 1 174 104 143 0 63 403 142 31
Binary 101000 1 1111100 1000100 1100011 0 110011 100000011 1100010 11001

Color Harmonies of #28017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28017C

Black with #28017C

Text Example


Text Example

White with #28017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,1,124); }

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

background-color css

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

 a { background-color: rgb(40,1,124); }

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

border-color css

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

 span { border-color: rgb(40,1,124); }

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