Html Css Color HEX #280F7C Persian Indigo

📋 copy color: '#280F7C'

red 40 ◦ green 15 ◦ blue 124

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

Shades of Persian Indigo #280F7C

Tints of Persian Indigo #280F7C

RGB

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

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

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

R = 22.35%
G = 8.38%
B = 69.27%

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

#280F7C (or 0x280F7C) is known color: Persian Indigo. HEX triplet: 28, 0F and 7C. RGB value is (40,15,124). Sum of RGB (Red+Green+Blue) = 40+15+124=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #280F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F7C is #D7F083. Grayscale: #222222. Windows color (decimal): -14151812 or 8130344. OLE color: 8130344.

HSL color Cylindrical-coordinate representation of color #280F7C: hue angle of 253.76º degrees, saturation: 0.78, 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 #280F7C is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 15 124 -
CMYK 0.68 0.88 0 0.51
HSL 253.76º 0.78% 0.27% -
HSV(B) 253.76º 0.88% 0.49% -
XYZ 4.68 2.25 19.26 -
YUV 34.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 40 15 124 0.68 0.88 0 0.51 253.76 0.78 0.27
Hex 28 F 7C 44 58 0 33 FE 4E 1B
Octal 50 17 174 104 130 0 63 376 116 33
Binary 101000 1111 1111100 1000100 1011000 0 110011 11111110 1001110 11011

Color Harmonies of #280F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F7C

Black with #280F7C

Text Example


Text Example

White with #280F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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