Html Css Color HEX #280965 Persian Indigo

📋 copy color: '#280965'

red 40 ◦ green 9 ◦ blue 101

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

Shades of Persian Indigo #280965

Tints of Persian Indigo #280965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 26.67%
G = 6%
B = 67.33%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280965 (or 0x280965) is known color: Persian Indigo. HEX triplet: 28, 09 and 65. RGB value is (40,9,101). Sum of RGB (Red+Green+Blue) = 40+9+101=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #280965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280965 is #D7F69A. Grayscale: #1C1C1C. Windows color (decimal): -14153371 or 6621480. OLE color: 6621480.

HSL color Cylindrical-coordinate representation of color #280965: hue angle of 260.22º 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 #280965 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 9 101 -
CMYK 0.60 0.91 0 0.60
HSL 260.22º 0.84% 0.22% -
HSV(B) 260.22º 0.91% 0.4% -
XYZ 3.32 1.59 12.44 -
YUV 28.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 40 9 101 0.60 0.91 0 0.60 260.22 0.84 0.22
Hex 28 9 65 3C 5B 0 3C 104 54 16
Octal 50 11 145 74 133 0 74 404 124 26
Binary 101000 1001 1100101 111100 1011011 0 111100 100000100 1010100 10110

Color Harmonies of #280965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280965

Black with #280965

Text Example


Text Example

White with #280965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280965; }

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

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

background-color css

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

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

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

border-color css

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

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

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