Html Css Color HEX #28067D Persian Indigo

📋 copy color: '#28067D'

red 40 ◦ green 6 ◦ blue 125

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

Shades of Persian Indigo #28067D

Tints of Persian Indigo #28067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 73.1%

R = 23.39%
G = 3.51%
B = 73.1%

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

#28067D (or 0x28067D) is known color: Persian Indigo. HEX triplet: 28, 06 and 7D. RGB value is (40,6,125). Sum of RGB (Red+Green+Blue) = 40+6+125=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #28067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28067D is #D7F982. Grayscale: #1D1D1D. Windows color (decimal): -14154115 or 8193576. OLE color: 8193576.

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

Color convert

RGB 40 6 125 -
CMYK 0.68 0.95 0 0.51
HSL 257.14º 0.91% 0.26% -
HSV(B) 257.14º 0.95% 0.49% -
XYZ 4.64 2.06 19.56 -
YUV 29.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 40 6 125 0.68 0.95 0 0.51 257.14 0.91 0.26
Hex 28 6 7D 44 5F 0 33 101 5B 1A
Octal 50 6 175 104 137 0 63 401 133 32
Binary 101000 110 1111101 1000100 1011111 0 110011 100000001 1011011 11010

Color Harmonies of #28067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28067D

Black with #28067D

Text Example


Text Example

White with #28067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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