Html Css Color HEX #280D68 Persian Indigo

📋 copy color: '#280D68'

red 40 ◦ green 13 ◦ blue 104

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

Shades of Persian Indigo #280D68

Tints of Persian Indigo #280D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.24%

R = 25.48%
G = 8.28%
B = 66.24%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280D68 (or 0x280D68) is known color: Persian Indigo. HEX triplet: 28, 0D and 68. RGB value is (40,13,104). Sum of RGB (Red+Green+Blue) = 40+13+104=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #280D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D68 is #D7F297. Grayscale: #1F1F1F. Windows color (decimal): -14152344 or 6819112. OLE color: 6819112.

HSL color Cylindrical-coordinate representation of color #280D68: hue angle of 257.8º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280D68 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 13 104 -
CMYK 0.62 0.88 0 0.59
HSL 257.8º 0.78% 0.23% -
HSV(B) 257.8º 0.88% 0.41% -
XYZ 3.52 1.74 13.25 -
YUV 31.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 40 13 104 0.62 0.88 0 0.59 257.8 0.78 0.23
Hex 28 D 68 3E 58 0 3B 102 4E 17
Octal 50 15 150 76 130 0 73 402 116 27
Binary 101000 1101 1101000 111110 1011000 0 111011 100000010 1001110 10111

Color Harmonies of #280D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D68

Black with #280D68

Text Example


Text Example

White with #280D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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