Html Css Color HEX #240868 Persian Indigo

📋 copy color: '#240868'

red 36 ◦ green 8 ◦ blue 104

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

Shades of Persian Indigo #240868

Tints of Persian Indigo #240868

RGB

 RED value IS 36 (14.45% from 255) = 24.32%

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 24.32%
G = 5.41%
B = 70.27%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240868 (or 0x240868) is known color: Persian Indigo. HEX triplet: 24, 08 and 68. RGB value is (36,8,104). Sum of RGB (Red+Green+Blue) = 36+8+104=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #240868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240868 is #DBF797. Grayscale: #1A1A1A. Windows color (decimal): -14415768 or 6817828. OLE color: 6817828.

HSL color Cylindrical-coordinate representation of color #240868: hue angle of 257.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240868 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 8 104 -
CMYK 0.65 0.92 0 0.59
HSL 257.5º 0.86% 0.22% -
HSV(B) 257.5º 0.92% 0.41% -
XYZ 3.31 1.55 13.22 -
YUV 27.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 36 8 104 0.65 0.92 0 0.59 257.5 0.86 0.22
Hex 24 8 68 41 5C 0 3B 102 56 16
Octal 44 10 150 101 134 0 73 402 126 26
Binary 100100 1000 1101000 1000001 1011100 0 111011 100000010 1010110 10110

Color Harmonies of #240868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240868

Black with #240868

Text Example


Text Example

White with #240868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240868; }

 p { color: rgb(36,8,104); }

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

background-color css

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

 a { background-color: rgb(36,8,104); }

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

border-color css

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

 span { border-color: rgb(36,8,104); }

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