Html Css Color HEX #28126B Persian Indigo

📋 copy color: '#28126B'

red 40 ◦ green 18 ◦ blue 107

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

Shades of Persian Indigo #28126B

Tints of Persian Indigo #28126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 24.24%
G = 10.91%
B = 64.85%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28126B (or 0x28126B) is known color: Persian Indigo. HEX triplet: 28, 12 and 6B. RGB value is (40,18,107). Sum of RGB (Red+Green+Blue) = 40+18+107=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #28126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28126B is #D7ED94. Grayscale: #222222. Windows color (decimal): -14151061 or 7017000. OLE color: 7017000.

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

Color convert

RGB 40 18 107 -
CMYK 0.63 0.83 0 0.58
HSL 254.83º 0.71% 0.25% -
HSV(B) 254.83º 0.83% 0.42% -
XYZ 3.75 1.95 14.09 -
YUV 34.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 40 18 107 0.63 0.83 0 0.58 254.83 0.71 0.25
Hex 28 12 6B 3F 53 0 3A FF 47 19
Octal 50 22 153 77 123 0 72 377 107 31
Binary 101000 10010 1101011 111111 1010011 0 111010 11111111 1000111 11001

Color Harmonies of #28126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28126B

Black with #28126B

Text Example


Text Example

White with #28126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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