Html Css Color HEX #241068 Persian Indigo

📋 copy color: '#241068'

red 36 ◦ green 16 ◦ blue 104

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

Shades of Persian Indigo #241068

Tints of Persian Indigo #241068

RGB

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

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

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

R = 23.08%
G = 10.26%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#241068 (or 0x241068) is known color: Persian Indigo. HEX triplet: 24, 10 and 68. RGB value is (36,16,104). Sum of RGB (Red+Green+Blue) = 36+16+104=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #241068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241068 is #DBEF97. Grayscale: #1F1F1F. Windows color (decimal): -14413720 or 6819876. OLE color: 6819876.

HSL color Cylindrical-coordinate representation of color #241068: hue angle of 253.64º 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 #241068 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 16 104 -
CMYK 0.65 0.85 0 0.59
HSL 253.64º 0.73% 0.24% -
HSV(B) 253.64º 0.85% 0.41% -
XYZ 3.41 1.75 13.25 -
YUV 32.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 36 16 104 0.65 0.85 0 0.59 253.64 0.73 0.24
Hex 24 10 68 41 55 0 3B FE 49 18
Octal 44 20 150 101 125 0 73 376 111 30
Binary 100100 10000 1101000 1000001 1010101 0 111011 11111110 1001001 11000

Color Harmonies of #241068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241068

Black with #241068

Text Example


Text Example

White with #241068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241068; }

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

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

background-color css

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

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

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

border-color css

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

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

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