Html Css Color HEX #280967 Persian Indigo

📋 copy color: '#280967'

red 40 ◦ green 9 ◦ blue 103

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

Shades of Persian Indigo #280967

Tints of Persian Indigo #280967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

 BLUE value IS 103 (40.63% from 255) = 67.76%

R = 26.32%
G = 5.92%
B = 67.76%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280967 (or 0x280967) is known color: Persian Indigo. HEX triplet: 28, 09 and 67. RGB value is (40,9,103). Sum of RGB (Red+Green+Blue) = 40+9+103=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #280967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280967 is #D7F698. Grayscale: #1C1C1C. Windows color (decimal): -14153369 or 6752552. OLE color: 6752552.

HSL color Cylindrical-coordinate representation of color #280967: hue angle of 259.79º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280967 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 9 103 -
CMYK 0.61 0.91 0 0.60
HSL 259.79º 0.84% 0.22% -
HSV(B) 259.79º 0.91% 0.4% -
XYZ 3.42 1.63 12.97 -
YUV 28.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 40 9 103 0.61 0.91 0 0.60 259.79 0.84 0.22
Hex 28 9 67 3D 5B 0 3C 104 54 16
Octal 50 11 147 75 133 0 74 404 124 26
Binary 101000 1001 1100111 111101 1011011 0 111100 100000100 1010100 10110

Color Harmonies of #280967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280967

Black with #280967

Text Example


Text Example

White with #280967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280967; }

 p { color: rgb(40,9,103); }

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

background-color css

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

 a { background-color: rgb(40,9,103); }

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

border-color css

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

 span { border-color: rgb(40,9,103); }

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