Html Css Color HEX #28046C Persian Indigo

📋 copy color: '#28046C'

red 40 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #28046C

Tints of Persian Indigo #28046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 71.05%

R = 26.32%
G = 2.63%
B = 71.05%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28046C (or 0x28046C) is known color: Persian Indigo. HEX triplet: 28, 04 and 6C. RGB value is (40,4,108). Sum of RGB (Red+Green+Blue) = 40+4+108=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #28046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28046C is #D7FB93. Grayscale: #1A1A1A. Windows color (decimal): -14154644 or 7078952. OLE color: 7078952.

HSL color Cylindrical-coordinate representation of color #28046C: hue angle of 260.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28046C is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 4 108 -
CMYK 0.63 0.96 0 0.58
HSL 260.77º 0.93% 0.22% -
HSV(B) 260.77º 0.96% 0.42% -
XYZ 3.63 1.62 14.31 -
YUV 26.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 40 4 108 0.63 0.96 0 0.58 260.77 0.93 0.22
Hex 28 4 6C 3F 60 0 3A 105 5D 16
Octal 50 4 154 77 140 0 72 405 135 26
Binary 101000 100 1101100 111111 1100000 0 111010 100000101 1011101 10110

Color Harmonies of #28046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28046C

Black with #28046C

Text Example


Text Example

White with #28046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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