Html Css Color HEX #28126C Persian Indigo

📋 copy color: '#28126C'

red 40 ◦ green 18 ◦ blue 108

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

Shades of Persian Indigo #28126C

Tints of Persian Indigo #28126C

RGB

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

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

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

R = 24.1%
G = 10.84%
B = 65.06%

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

#28126C (or 0x28126C) is known color: Persian Indigo. HEX triplet: 28, 12 and 6C. RGB value is (40,18,108). Sum of RGB (Red+Green+Blue) = 40+18+108=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #28126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28126C is #D7ED93. Grayscale: #222222. Windows color (decimal): -14151060 or 7082536. OLE color: 7082536.

HSL color Cylindrical-coordinate representation of color #28126C: hue angle of 254.67º 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 #28126C is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 18 108 -
CMYK 0.63 0.83 0 0.58
HSL 254.67º 0.71% 0.25% -
HSV(B) 254.67º 0.83% 0.42% -
XYZ 3.8 1.97 14.37 -
YUV 34.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 40 18 108 0.63 0.83 0 0.58 254.67 0.71 0.25
Hex 28 12 6C 3F 53 0 3A FF 47 19
Octal 50 22 154 77 123 0 72 377 107 31
Binary 101000 10010 1101100 111111 1010011 0 111010 11111111 1000111 11001

Color Harmonies of #28126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28126C

Black with #28126C

Text Example


Text Example

White with #28126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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