Html Css Color HEX #240169 Persian Indigo

📋 copy color: '#240169'

red 36 ◦ green 1 ◦ blue 105

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

Shades of Persian Indigo #240169

Tints of Persian Indigo #240169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 105 (41.41% from 255) = 73.94%

R = 25.35%
G = 0.7%
B = 73.94%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240169 (or 0x240169) is known color: Persian Indigo. HEX triplet: 24, 01 and 69. RGB value is (36,1,105). Sum of RGB (Red+Green+Blue) = 36+1+105=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #240169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240169 is #DBFE96. Grayscale: #161616. Windows color (decimal): -14417559 or 6881572. OLE color: 6881572.

HSL color Cylindrical-coordinate representation of color #240169: hue angle of 260.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240169 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 1 105 -
CMYK 0.66 0.99 0 0.59
HSL 260.19º 0.98% 0.21% -
HSV(B) 260.19º 0.99% 0.41% -
XYZ 3.29 1.42 13.46 -
YUV 23.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 36 1 105 0.66 0.99 0 0.59 260.19 0.98 0.21
Hex 24 1 69 42 63 0 3B 104 62 15
Octal 44 1 151 102 143 0 73 404 142 25
Binary 100100 1 1101001 1000010 1100011 0 111011 100000100 1100010 10101

Color Harmonies of #240169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240169

Black with #240169

Text Example


Text Example

White with #240169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240169; }

 p { color: rgb(36,1,105); }

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

background-color css

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

 a { background-color: rgb(36,1,105); }

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

border-color css

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

 span { border-color: rgb(36,1,105); }

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