Html Css Color HEX #281368 Persian Indigo

📋 copy color: '#281368'

red 40 ◦ green 19 ◦ blue 104

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

Shades of Persian Indigo #281368

Tints of Persian Indigo #281368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 24.54%
G = 11.66%
B = 63.8%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281368 (or 0x281368) is known color: Persian Indigo. HEX triplet: 28, 13 and 68. RGB value is (40,19,104). Sum of RGB (Red+Green+Blue) = 40+19+104=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #281368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281368 is #D7EC97. Grayscale: #222222. Windows color (decimal): -14150808 or 6820648. OLE color: 6820648.

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

Color convert

RGB 40 19 104 -
CMYK 0.62 0.82 0 0.59
HSL 254.82º 0.69% 0.24% -
HSV(B) 254.82º 0.82% 0.41% -
XYZ 3.61 1.92 13.28 -
YUV 34.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 40 19 104 0.62 0.82 0 0.59 254.82 0.69 0.24
Hex 28 13 68 3E 52 0 3B FF 45 18
Octal 50 23 150 76 122 0 73 377 105 30
Binary 101000 10011 1101000 111110 1010010 0 111011 11111111 1000101 11000

Color Harmonies of #281368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281368

Black with #281368

Text Example


Text Example

White with #281368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281368; }

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

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

background-color css

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

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

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

border-color css

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

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

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