Html Css Color HEX #280369 Persian Indigo

📋 copy color: '#280369'

red 40 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #280369

Tints of Persian Indigo #280369

RGB

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

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

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

R = 27.03%
G = 2.03%
B = 70.95%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280369 (or 0x280369) is known color: Persian Indigo. HEX triplet: 28, 03 and 69. RGB value is (40,3,105). Sum of RGB (Red+Green+Blue) = 40+3+105=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #280369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280369 is #D7FC96. Grayscale: #191919. Windows color (decimal): -14154903 or 6882088. OLE color: 6882088.

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

Color convert

RGB 40 3 105 -
CMYK 0.62 0.97 0 0.59
HSL 261.76º 0.94% 0.21% -
HSV(B) 261.76º 0.97% 0.41% -
XYZ 3.46 1.54 13.48 -
YUV 25.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 40 3 105 0.62 0.97 0 0.59 261.76 0.94 0.21
Hex 28 3 69 3E 61 0 3B 106 5E 15
Octal 50 3 151 76 141 0 73 406 136 25
Binary 101000 11 1101001 111110 1100001 0 111011 100000110 1011110 10101

Color Harmonies of #280369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280369

Black with #280369

Text Example


Text Example

White with #280369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280369; }

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

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

background-color css

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

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

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

border-color css

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

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

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