Html Css Color HEX #240769 Persian Indigo

📋 copy color: '#240769'

red 36 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #240769

Tints of Persian Indigo #240769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.73%

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

R = 24.32%
G = 4.73%
B = 70.95%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240769 (or 0x240769) is known color: Persian Indigo. HEX triplet: 24, 07 and 69. RGB value is (36,7,105). Sum of RGB (Red+Green+Blue) = 36+7+105=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #240769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240769 is #DBF896. Grayscale: #1A1A1A. Windows color (decimal): -14416023 or 6883108. OLE color: 6883108.

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

Color convert

RGB 36 7 105 -
CMYK 0.66 0.93 0 0.59
HSL 257.76º 0.88% 0.22% -
HSV(B) 257.76º 0.93% 0.41% -
XYZ 3.35 1.55 13.49 -
YUV 26.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 36 7 105 0.66 0.93 0 0.59 257.76 0.88 0.22
Hex 24 7 69 42 5D 0 3B 102 58 16
Octal 44 7 151 102 135 0 73 402 130 26
Binary 100100 111 1101001 1000010 1011101 0 111011 100000010 1011000 10110

Color Harmonies of #240769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240769

Black with #240769

Text Example


Text Example

White with #240769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240769; }

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

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

background-color css

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

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

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

border-color css

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

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

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