Html Css Color HEX #28026B Persian Indigo

📋 copy color: '#28026B'

red 40 ◦ green 2 ◦ blue 107

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

Shades of Persian Indigo #28026B

Tints of Persian Indigo #28026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 107 (42.19% from 255) = 71.81%

R = 26.85%
G = 1.34%
B = 71.81%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28026B (or 0x28026B) is known color: Persian Indigo. HEX triplet: 28, 02 and 6B. RGB value is (40,2,107). Sum of RGB (Red+Green+Blue) = 40+2+107=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #28026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28026B is #D7FD94. Grayscale: #181818. Windows color (decimal): -14155157 or 7012904. OLE color: 7012904.

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

Color convert

RGB 40 2 107 -
CMYK 0.63 0.98 0 0.58
HSL 261.71º 0.96% 0.21% -
HSV(B) 261.71º 0.98% 0.42% -
XYZ 3.55 1.56 14.02 -
YUV 25.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 40 2 107 0.63 0.98 0 0.58 261.71 0.96 0.21
Hex 28 2 6B 3F 62 0 3A 106 60 15
Octal 50 2 153 77 142 0 72 406 140 25
Binary 101000 10 1101011 111111 1100010 0 111010 100000110 1100000 10101

Color Harmonies of #28026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28026B

Black with #28026B

Text Example


Text Example

White with #28026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,2,107); }

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

background-color css

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

 a { background-color: rgb(40,2,107); }

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

border-color css

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

 span { border-color: rgb(40,2,107); }

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