Html Css Color HEX #280B7D Persian Indigo

📋 copy color: '#280B7D'

red 40 ◦ green 11 ◦ blue 125

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

Shades of Persian Indigo #280B7D

Tints of Persian Indigo #280B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 71.02%

R = 22.73%
G = 6.25%
B = 71.02%

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

#280B7D (or 0x280B7D) is known color: Persian Indigo. HEX triplet: 28, 0B and 7D. RGB value is (40,11,125). Sum of RGB (Red+Green+Blue) = 40+11+125=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #280B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B7D is #D7F482. Grayscale: #202020. Windows color (decimal): -14152835 or 8194856. OLE color: 8194856.

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

Color convert

RGB 40 11 125 -
CMYK 0.68 0.91 0 0.51
HSL 255.26º 0.84% 0.27% -
HSV(B) 255.26º 0.91% 0.49% -
XYZ 4.7 2.17 19.57 -
YUV 32.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 40 11 125 0.68 0.91 0 0.51 255.26 0.84 0.27
Hex 28 B 7D 44 5B 0 33 FF 54 1B
Octal 50 13 175 104 133 0 63 377 124 33
Binary 101000 1011 1111101 1000100 1011011 0 110011 11111111 1010100 11011

Color Harmonies of #280B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B7D

Black with #280B7D

Text Example


Text Example

White with #280B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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