Html Css Color HEX #280D66 Persian Indigo

📋 copy color: '#280D66'

red 40 ◦ green 13 ◦ blue 102

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

Shades of Persian Indigo #280D66

Tints of Persian Indigo #280D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.39%

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 25.81%
G = 8.39%
B = 65.81%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#280D66 (or 0x280D66) is known color: Persian Indigo. HEX triplet: 28, 0D and 66. RGB value is (40,13,102). Sum of RGB (Red+Green+Blue) = 40+13+102=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #280D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D66 is #D7F299. Grayscale: #1E1E1E. Windows color (decimal): -14152346 or 6688040. OLE color: 6688040.

HSL color Cylindrical-coordinate representation of color #280D66: hue angle of 258.2º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280D66 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 13 102 -
CMYK 0.61 0.87 0 0.6
HSL 258.2º 0.77% 0.23% -
HSV(B) 258.2º 0.87% 0.4% -
XYZ 3.42 1.7 12.72 -
YUV 31.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 40 13 102 0.61 0.87 0 0.6 258.2 0.77 0.23
Hex 28 D 66 3D 57 0 3C 102 4D 17
Octal 50 15 146 75 127 0 74 402 115 27
Binary 101000 1101 1100110 111101 1010111 0 111100 100000010 1001101 10111

Color Harmonies of #280D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D66

Black with #280D66

Text Example


Text Example

White with #280D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280D66; }

 p { color: rgb(40,13,102); }

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

background-color css

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

 a { background-color: rgb(40,13,102); }

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

border-color css

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

 span { border-color: rgb(40,13,102); }

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