Html Css Color HEX #281068 Persian Indigo

📋 copy color: '#281068'

red 40 ◦ green 16 ◦ blue 104

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

Shades of Persian Indigo #281068

Tints of Persian Indigo #281068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 104 (41.02% from 255) = 65%

R = 25%
G = 10%
B = 65%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281068 (or 0x281068) is known color: Persian Indigo. HEX triplet: 28, 10 and 68. RGB value is (40,16,104). Sum of RGB (Red+Green+Blue) = 40+16+104=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #281068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281068 is #D7EF97. Grayscale: #202020. Windows color (decimal): -14151576 or 6819880. OLE color: 6819880.

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

Color convert

RGB 40 16 104 -
CMYK 0.62 0.85 0 0.59
HSL 256.36º 0.73% 0.24% -
HSV(B) 256.36º 0.85% 0.41% -
XYZ 3.56 1.82 13.26 -
YUV 33.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 40 16 104 0.62 0.85 0 0.59 256.36 0.73 0.24
Hex 28 10 68 3E 55 0 3B 100 49 18
Octal 50 20 150 76 125 0 73 400 111 30
Binary 101000 10000 1101000 111110 1010101 0 111011 100000000 1001001 11000

Color Harmonies of #281068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281068

Black with #281068

Text Example


Text Example

White with #281068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281068; }

 p { color: rgb(40,16,104); }

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

background-color css

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

 a { background-color: rgb(40,16,104); }

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

border-color css

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

 span { border-color: rgb(40,16,104); }

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