Html Css Color HEX #28067C Persian Indigo

📋 copy color: '#28067C'

red 40 ◦ green 6 ◦ blue 124

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

Shades of Persian Indigo #28067C

Tints of Persian Indigo #28067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

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

R = 23.53%
G = 3.53%
B = 72.94%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28067C (or 0x28067C) is known color: Persian Indigo. HEX triplet: 28, 06 and 7C. RGB value is (40,6,124). Sum of RGB (Red+Green+Blue) = 40+6+124=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #28067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28067C is #D7F983. Grayscale: #1D1D1D. Windows color (decimal): -14154116 or 8128040. OLE color: 8128040.

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

Color convert

RGB 40 6 124 -
CMYK 0.68 0.95 0 0.51
HSL 257.29º 0.91% 0.25% -
HSV(B) 257.29º 0.95% 0.49% -
XYZ 4.58 2.04 19.22 -
YUV 29.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 40 6 124 0.68 0.95 0 0.51 257.29 0.91 0.25
Hex 28 6 7C 44 5F 0 33 101 5B 19
Octal 50 6 174 104 137 0 63 401 133 31
Binary 101000 110 1111100 1000100 1011111 0 110011 100000001 1011011 11001

Color Harmonies of #28067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28067C

Black with #28067C

Text Example


Text Example

White with #28067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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