Html Css Color HEX #280C72 Persian Indigo

📋 copy color: '#280C72'

red 40 ◦ green 12 ◦ blue 114

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

Shades of Persian Indigo #280C72

Tints of Persian Indigo #280C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.67%

R = 24.1%
G = 7.23%
B = 68.67%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280C72 (or 0x280C72) is known color: Persian Indigo. HEX triplet: 28, 0C and 72. RGB value is (40,12,114). Sum of RGB (Red+Green+Blue) = 40+12+114=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #280C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C72 is #D7F38D. Grayscale: #1F1F1F. Windows color (decimal): -14152590 or 7474216. OLE color: 7474216.

HSL color Cylindrical-coordinate representation of color #280C72: hue angle of 256.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280C72 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 12 114 -
CMYK 0.65 0.89 0 0.55
HSL 256.47º 0.81% 0.25% -
HSV(B) 256.47º 0.89% 0.45% -
XYZ 4.04 1.93 16.08 -
YUV 32 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 40 12 114 0.65 0.89 0 0.55 256.47 0.81 0.25
Hex 28 C 72 41 59 0 37 100 51 19
Octal 50 14 162 101 131 0 67 400 121 31
Binary 101000 1100 1110010 1000001 1011001 0 110111 100000000 1010001 11001

Color Harmonies of #280C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C72

Black with #280C72

Text Example


Text Example

White with #280C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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