Html Css Color HEX #280C6C Persian Indigo

📋 copy color: '#280C6C'

red 40 ◦ green 12 ◦ blue 108

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

Shades of Persian Indigo #280C6C

Tints of Persian Indigo #280C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 108 (42.58% from 255) = 67.5%

R = 25%
G = 7.5%
B = 67.5%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#280C6C (or 0x280C6C) is known color: Persian Indigo. HEX triplet: 28, 0C and 6C. RGB value is (40,12,108). Sum of RGB (Red+Green+Blue) = 40+12+108=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #280C6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C6C is #D7F393. Grayscale: #1E1E1E. Windows color (decimal): -14152596 or 7081000. OLE color: 7081000.

HSL color Cylindrical-coordinate representation of color #280C6C: hue angle of 257.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280C6C is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 12 108 -
CMYK 0.63 0.89 0 0.58
HSL 257.5º 0.8% 0.24% -
HSV(B) 257.5º 0.89% 0.42% -
XYZ 3.71 1.8 14.34 -
YUV 31.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 40 12 108 0.63 0.89 0 0.58 257.5 0.8 0.24
Hex 28 C 6C 3F 59 0 3A 102 50 18
Octal 50 14 154 77 131 0 72 402 120 30
Binary 101000 1100 1101100 111111 1011001 0 111010 100000010 1010000 11000

Color Harmonies of #280C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C6C

Black with #280C6C

Text Example


Text Example

White with #280C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,108); }

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

background-color css

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

 a { background-color: rgb(40,12,108); }

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

border-color css

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

 span { border-color: rgb(40,12,108); }

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