Html Css Color HEX #280F7D Persian Indigo

📋 copy color: '#280F7D'

red 40 ◦ green 15 ◦ blue 125

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

Shades of Persian Indigo #280F7D

Tints of Persian Indigo #280F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

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

R = 22.22%
G = 8.33%
B = 69.44%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#280F7D (or 0x280F7D) is known color: Persian Indigo. HEX triplet: 28, 0F and 7D. RGB value is (40,15,125). Sum of RGB (Red+Green+Blue) = 40+15+125=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #280F7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F7D is #D7F082. Grayscale: #222222. Windows color (decimal): -14151811 or 8195880. OLE color: 8195880.

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

Color convert

RGB 40 15 125 -
CMYK 0.68 0.88 0 0.51
HSL 253.64º 0.79% 0.27% -
HSV(B) 253.64º 0.88% 0.49% -
XYZ 4.75 2.27 19.59 -
YUV 35.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 40 15 125 0.68 0.88 0 0.51 253.64 0.79 0.27
Hex 28 F 7D 44 58 0 33 FE 4F 1B
Octal 50 17 175 104 130 0 63 376 117 33
Binary 101000 1111 1111101 1000100 1011000 0 110011 11111110 1001111 11011

Color Harmonies of #280F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F7D

Black with #280F7D

Text Example


Text Example

White with #280F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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