Html Css Color HEX #280466 Persian Indigo

📋 copy color: '#280466'

red 40 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #280466

Tints of Persian Indigo #280466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 69.86%

R = 27.4%
G = 2.74%
B = 69.86%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#280466 (or 0x280466) is known color: Persian Indigo. HEX triplet: 28, 04 and 66. RGB value is (40,4,102). Sum of RGB (Red+Green+Blue) = 40+4+102=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #280466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280466 is #D7FB99. Grayscale: #191919. Windows color (decimal): -14154650 or 6685736. OLE color: 6685736.

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

Color convert

RGB 40 4 102 -
CMYK 0.61 0.96 0 0.6
HSL 262.04º 0.92% 0.21% -
HSV(B) 262.04º 0.96% 0.4% -
XYZ 3.32 1.5 12.68 -
YUV 25.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 40 4 102 0.61 0.96 0 0.6 262.04 0.92 0.21
Hex 28 4 66 3D 60 0 3C 106 5C 15
Octal 50 4 146 75 140 0 74 406 134 25
Binary 101000 100 1100110 111101 1100000 0 111100 100000110 1011100 10101

Color Harmonies of #280466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280466

Black with #280466

Text Example


Text Example

White with #280466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280466; }

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

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

background-color css

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

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

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

border-color css

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

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

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