Html Css Color HEX #241065 Persian Indigo

📋 copy color: '#241065'

red 36 ◦ green 16 ◦ blue 101

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

Shades of Persian Indigo #241065

Tints of Persian Indigo #241065

RGB

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

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

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

R = 23.53%
G = 10.46%
B = 66.01%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#241065 (or 0x241065) is known color: Persian Indigo. HEX triplet: 24, 10 and 65. RGB value is (36,16,101). Sum of RGB (Red+Green+Blue) = 36+16+101=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #241065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241065 is #DBEF9A. Grayscale: #1F1F1F. Windows color (decimal): -14413723 or 6623268. OLE color: 6623268.

HSL color Cylindrical-coordinate representation of color #241065: hue angle of 254.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241065 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 16 101 -
CMYK 0.64 0.84 0 0.60
HSL 254.12º 0.73% 0.23% -
HSV(B) 254.12º 0.84% 0.4% -
XYZ 3.26 1.69 12.47 -
YUV 31.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 36 16 101 0.64 0.84 0 0.60 254.12 0.73 0.23
Hex 24 10 65 40 54 0 3C FE 49 17
Octal 44 20 145 100 124 0 74 376 111 27
Binary 100100 10000 1100101 1000000 1010100 0 111100 11111110 1001001 10111

Color Harmonies of #241065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241065

Black with #241065

Text Example


Text Example

White with #241065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241065; }

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

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

background-color css

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

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

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

border-color css

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

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

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