Html Css Color HEX #28097C Persian Indigo

📋 copy color: '#28097C'

red 40 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #28097C

Tints of Persian Indigo #28097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 23.12%
G = 5.2%
B = 71.68%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28097C (or 0x28097C) is known color: Persian Indigo. HEX triplet: 28, 09 and 7C. RGB value is (40,9,124). Sum of RGB (Red+Green+Blue) = 40+9+124=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #28097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28097C is #D7F683. Grayscale: #1E1E1E. Windows color (decimal): -14153348 or 8128808. OLE color: 8128808.

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

Color convert

RGB 40 9 124 -
CMYK 0.68 0.93 0 0.51
HSL 256.17º 0.86% 0.26% -
HSV(B) 256.17º 0.93% 0.49% -
XYZ 4.61 2.1 19.23 -
YUV 31.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 40 9 124 0.68 0.93 0 0.51 256.17 0.86 0.26
Hex 28 9 7C 44 5D 0 33 100 56 1A
Octal 50 11 174 104 135 0 63 400 126 32
Binary 101000 1001 1111100 1000100 1011101 0 110011 100000000 1010110 11010

Color Harmonies of #28097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28097C

Black with #28097C

Text Example


Text Example

White with #28097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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