Html Css Color HEX #280685 Persian Indigo

📋 copy color: '#280685'

red 40 ◦ green 6 ◦ blue 133

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

Shades of Persian Indigo #280685

Tints of Persian Indigo #280685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 74.3%

R = 22.35%
G = 3.35%
B = 74.3%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280685 (or 0x280685) is known color: Persian Indigo. HEX triplet: 28, 06 and 85. RGB value is (40,6,133). Sum of RGB (Red+Green+Blue) = 40+6+133=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #280685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280685 is #D7F97A. Grayscale: #1E1E1E. Windows color (decimal): -14154107 or 8717864. OLE color: 8717864.

HSL color Cylindrical-coordinate representation of color #280685: hue angle of 256.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280685 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 6 133 -
CMYK 0.70 0.95 0 0.48
HSL 256.06º 0.91% 0.27% -
HSV(B) 256.06º 0.95% 0.52% -
XYZ 5.17 2.27 22.36 -
YUV 30.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 40 6 133 0.70 0.95 0 0.48 256.06 0.91 0.27
Hex 28 6 85 46 5F 0 30 100 5B 1B
Octal 50 6 205 106 137 0 60 400 133 33
Binary 101000 110 10000101 1000110 1011111 0 110000 100000000 1011011 11011

Color Harmonies of #280685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280685

Black with #280685

Text Example


Text Example

White with #280685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280685; }

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

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

background-color css

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

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

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

border-color css

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

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

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