Html Css Color HEX #280067 Persian Indigo

📋 copy color: '#280067'

red 40 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #280067

Tints of Persian Indigo #280067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 72.03%

R = 27.97%
G = 0%
B = 72.03%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280067 (or 0x280067) is known color: Persian Indigo. HEX triplet: 28, 00 and 67. RGB value is (40,0,103). Sum of RGB (Red+Green+Blue) = 40+0+103=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #280067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280067 is #D7FF98. Grayscale: #171717. Windows color (decimal): -14155673 or 6750248. OLE color: 6750248.

HSL color Cylindrical-coordinate representation of color #280067: hue angle of 263.3º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280067 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 0 103 -
CMYK 0.61 1 0 0.60
HSL 263.3º 1% 0.2% -
HSV(B) 263.3º 1% 0.4% -
XYZ 3.32 1.43 12.93 -
YUV 23.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 40 0 103 0.61 1 0 0.60 263.3 1 0.2
Hex 28 0 67 3D 64 0 3C 107 64 14
Octal 50 0 147 75 144 0 74 407 144 24
Binary 101000 0 1100111 111101 1100100 0 111100 100000111 1100100 10100

Color Harmonies of #280067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280067

Black with #280067

Text Example


Text Example

White with #280067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280067; }

 p { color: rgb(40,0,103); }

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

background-color css

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

 a { background-color: rgb(40,0,103); }

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

border-color css

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

 span { border-color: rgb(40,0,103); }

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