Html Css Color HEX #280C6B Persian Indigo

📋 copy color: '#280C6B'

red 40 ◦ green 12 ◦ blue 107

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

Shades of Persian Indigo #280C6B

Tints of Persian Indigo #280C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 25.16%
G = 7.55%
B = 67.3%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#280C6B (or 0x280C6B) is known color: Persian Indigo. HEX triplet: 28, 0C and 6B. RGB value is (40,12,107). Sum of RGB (Red+Green+Blue) = 40+12+107=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #280C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C6B is #D7F394. Grayscale: #1E1E1E. Windows color (decimal): -14152597 or 7015464. OLE color: 7015464.

HSL color Cylindrical-coordinate representation of color #280C6B: hue angle of 257.68º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280C6B is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 12 107 -
CMYK 0.63 0.89 0 0.58
HSL 257.68º 0.8% 0.23% -
HSV(B) 257.68º 0.89% 0.42% -
XYZ 3.66 1.78 14.06 -
YUV 31.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 40 12 107 0.63 0.89 0 0.58 257.68 0.8 0.23
Hex 28 C 6B 3F 59 0 3A 102 50 17
Octal 50 14 153 77 131 0 72 402 120 27
Binary 101000 1100 1101011 111111 1011001 0 111010 100000010 1010000 10111

Color Harmonies of #280C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C6B

Black with #280C6B

Text Example


Text Example

White with #280C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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