Html Css Color HEX #280C68 Persian Indigo

📋 copy color: '#280C68'

red 40 ◦ green 12 ◦ blue 104

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

Shades of Persian Indigo #280C68

Tints of Persian Indigo #280C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.67%

R = 25.64%
G = 7.69%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280C68 (or 0x280C68) is known color: Persian Indigo. HEX triplet: 28, 0C and 68. RGB value is (40,12,104). Sum of RGB (Red+Green+Blue) = 40+12+104=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #280C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C68 is #D7F397. Grayscale: #1E1E1E. Windows color (decimal): -14152600 or 6818856. OLE color: 6818856.

HSL color Cylindrical-coordinate representation of color #280C68: hue angle of 258.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280C68 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 12 104 -
CMYK 0.62 0.88 0 0.59
HSL 258.26º 0.79% 0.23% -
HSV(B) 258.26º 0.88% 0.41% -
XYZ 3.51 1.71 13.24 -
YUV 30.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 40 12 104 0.62 0.88 0 0.59 258.26 0.79 0.23
Hex 28 C 68 3E 58 0 3B 102 4F 17
Octal 50 14 150 76 130 0 73 402 117 27
Binary 101000 1100 1101000 111110 1011000 0 111011 100000010 1001111 10111

Color Harmonies of #280C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C68

Black with #280C68

Text Example


Text Example

White with #280C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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