Html Css Color HEX #280366 Persian Indigo

📋 copy color: '#280366'

red 40 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #280366

Tints of Persian Indigo #280366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 27.59%
G = 2.07%
B = 70.34%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#280366 (or 0x280366) is known color: Persian Indigo. HEX triplet: 28, 03 and 66. RGB value is (40,3,102). Sum of RGB (Red+Green+Blue) = 40+3+102=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #280366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280366 is #D7FC99. Grayscale: #181818. Windows color (decimal): -14154906 or 6685480. OLE color: 6685480.

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

Color convert

RGB 40 3 102 -
CMYK 0.61 0.97 0 0.6
HSL 262.42º 0.94% 0.21% -
HSV(B) 262.42º 0.97% 0.4% -
XYZ 3.31 1.48 12.68 -
YUV 25.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 40 3 102 0.61 0.97 0 0.6 262.42 0.94 0.21
Hex 28 3 66 3D 61 0 3C 106 5E 15
Octal 50 3 146 75 141 0 74 406 136 25
Binary 101000 11 1100110 111101 1100001 0 111100 100000110 1011110 10101

Color Harmonies of #280366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280366

Black with #280366

Text Example


Text Example

White with #280366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280366; }

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

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

background-color css

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

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

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

border-color css

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

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

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