Html Css Color HEX #280663 Persian Indigo

📋 copy color: '#280663'

red 40 ◦ green 6 ◦ blue 99

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

Shades of Persian Indigo #280663

Tints of Persian Indigo #280663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 27.59%
G = 4.14%
B = 68.28%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#280663 (or 0x280663) is known color: Persian Indigo. HEX triplet: 28, 06 and 63. RGB value is (40,6,99). Sum of RGB (Red+Green+Blue) = 40+6+99=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #280663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280663 is #D7F99C. Grayscale: #1A1A1A. Windows color (decimal): -14154141 or 6489640. OLE color: 6489640.

HSL color Cylindrical-coordinate representation of color #280663: hue angle of 261.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280663 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 6 99 -
CMYK 0.60 0.94 0 0.61
HSL 261.94º 0.89% 0.21% -
HSV(B) 261.94º 0.94% 0.39% -
XYZ 3.19 1.48 11.92 -
YUV 26.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 40 6 99 0.60 0.94 0 0.61 261.94 0.89 0.21
Hex 28 6 63 3C 5E 0 3D 106 59 15
Octal 50 6 143 74 136 0 75 406 131 25
Binary 101000 110 1100011 111100 1011110 0 111101 100000110 1011001 10101

Color Harmonies of #280663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280663

Black with #280663

Text Example


Text Example

White with #280663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280663; }

 p { color: rgb(40,6,99); }

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

background-color css

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

 a { background-color: rgb(40,6,99); }

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

border-color css

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

 span { border-color: rgb(40,6,99); }

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