Html Css Color HEX #280B7C Persian Indigo

📋 copy color: '#280B7C'

red 40 ◦ green 11 ◦ blue 124

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

Shades of Persian Indigo #280B7C

Tints of Persian Indigo #280B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

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

R = 22.86%
G = 6.29%
B = 70.86%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#280B7C (or 0x280B7C) is known color: Persian Indigo. HEX triplet: 28, 0B and 7C. RGB value is (40,11,124). Sum of RGB (Red+Green+Blue) = 40+11+124=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #280B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B7C is #D7F483. Grayscale: #202020. Windows color (decimal): -14152836 or 8129320. OLE color: 8129320.

HSL color Cylindrical-coordinate representation of color #280B7C: hue angle of 255.4º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280B7C is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 11 124 -
CMYK 0.68 0.91 0 0.51
HSL 255.4º 0.84% 0.26% -
HSV(B) 255.4º 0.91% 0.49% -
XYZ 4.63 2.15 19.24 -
YUV 32.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 40 11 124 0.68 0.91 0 0.51 255.4 0.84 0.26
Hex 28 B 7C 44 5B 0 33 FF 54 1A
Octal 50 13 174 104 133 0 63 377 124 32
Binary 101000 1011 1111100 1000100 1011011 0 110011 11111111 1010100 11010

Color Harmonies of #280B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B7C

Black with #280B7C

Text Example


Text Example

White with #280B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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