Html Css Color HEX #280463 Persian Indigo

📋 copy color: '#280463'

red 40 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #280463

Tints of Persian Indigo #280463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 27.97%
G = 2.8%
B = 69.23%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#280463 (or 0x280463) is known color: Persian Indigo. HEX triplet: 28, 04 and 63. RGB value is (40,4,99). Sum of RGB (Red+Green+Blue) = 40+4+99=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #280463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280463 is #D7FB9C. Grayscale: #191919. Windows color (decimal): -14154653 or 6489128. OLE color: 6489128.

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

Color convert

RGB 40 4 99 -
CMYK 0.60 0.96 0 0.61
HSL 262.74º 0.92% 0.2% -
HSV(B) 262.74º 0.96% 0.39% -
XYZ 3.17 1.44 11.91 -
YUV 25.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 40 4 99 0.60 0.96 0 0.61 262.74 0.92 0.2
Hex 28 4 63 3C 60 0 3D 107 5C 14
Octal 50 4 143 74 140 0 75 407 134 24
Binary 101000 100 1100011 111100 1100000 0 111101 100000111 1011100 10100

Color Harmonies of #280463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280463

Black with #280463

Text Example


Text Example

White with #280463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280463; }

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

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

background-color css

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

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

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

border-color css

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

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

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