Html Css Color HEX #280469 Persian Indigo

📋 copy color: '#280469'

red 40 ◦ green 4 ◦ blue 105

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

Shades of Persian Indigo #280469

Tints of Persian Indigo #280469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 70.47%

R = 26.85%
G = 2.68%
B = 70.47%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280469 (or 0x280469) is known color: Persian Indigo. HEX triplet: 28, 04 and 69. RGB value is (40,4,105). Sum of RGB (Red+Green+Blue) = 40+4+105=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #280469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280469 is #D7FB96. Grayscale: #191919. Windows color (decimal): -14154647 or 6882344. OLE color: 6882344.

HSL color Cylindrical-coordinate representation of color #280469: hue angle of 261.39º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280469 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 4 105 -
CMYK 0.62 0.96 0 0.59
HSL 261.39º 0.93% 0.21% -
HSV(B) 261.39º 0.96% 0.41% -
XYZ 3.47 1.56 13.48 -
YUV 26.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 40 4 105 0.62 0.96 0 0.59 261.39 0.93 0.21
Hex 28 4 69 3E 60 0 3B 105 5D 15
Octal 50 4 151 76 140 0 73 405 135 25
Binary 101000 100 1101001 111110 1100000 0 111011 100000101 1011101 10101

Color Harmonies of #280469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280469

Black with #280469

Text Example


Text Example

White with #280469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280469; }

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

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

background-color css

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

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

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

border-color css

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

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

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