Html Css Color HEX #280C7C Persian Indigo

📋 copy color: '#280C7C'

red 40 ◦ green 12 ◦ blue 124

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

Shades of Persian Indigo #280C7C

Tints of Persian Indigo #280C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 22.73%
G = 6.82%
B = 70.45%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#280C7C (or 0x280C7C) is known color: Persian Indigo. HEX triplet: 28, 0C and 7C. RGB value is (40,12,124). Sum of RGB (Red+Green+Blue) = 40+12+124=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #280C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C7C is #D7F383. Grayscale: #202020. Windows color (decimal): -14152580 or 8129576. OLE color: 8129576.

HSL color Cylindrical-coordinate representation of color #280C7C: hue angle of 255º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280C7C is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 12 124 -
CMYK 0.68 0.90 0 0.51
HSL 255º 0.82% 0.27% -
HSV(B) 255º 0.9% 0.49% -
XYZ 4.64 2.17 19.24 -
YUV 33.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 40 12 124 0.68 0.90 0 0.51 255 0.82 0.27
Hex 28 C 7C 44 5A 0 33 FF 52 1B
Octal 50 14 174 104 132 0 63 377 122 33
Binary 101000 1100 1111100 1000100 1011010 0 110011 11111111 1010010 11011

Color Harmonies of #280C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C7C

Black with #280C7C

Text Example


Text Example

White with #280C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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