Html Css Color HEX #240675 Persian Indigo

📋 copy color: '#240675'

red 36 ◦ green 6 ◦ blue 117

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

Shades of Persian Indigo #240675

Tints of Persian Indigo #240675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

 BLUE value IS 117 (46.09% from 255) = 73.58%

R = 22.64%
G = 3.77%
B = 73.58%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240675 (or 0x240675) is known color: Persian Indigo. HEX triplet: 24, 06 and 75. RGB value is (36,6,117). Sum of RGB (Red+Green+Blue) = 36+6+117=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #240675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240675 is #DBF98A. Grayscale: #1B1B1B. Windows color (decimal): -14416267 or 7669284. OLE color: 7669284.

HSL color Cylindrical-coordinate representation of color #240675: hue angle of 256.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240675 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 6 117 -
CMYK 0.69 0.95 0 0.54
HSL 256.22º 0.9% 0.24% -
HSV(B) 256.22º 0.95% 0.46% -
XYZ 4 1.79 16.96 -
YUV 27.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 36 6 117 0.69 0.95 0 0.54 256.22 0.9 0.24
Hex 24 6 75 45 5F 0 36 100 5A 18
Octal 44 6 165 105 137 0 66 400 132 30
Binary 100100 110 1110101 1000101 1011111 0 110110 100000000 1011010 11000

Color Harmonies of #240675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240675

Black with #240675

Text Example


Text Example

White with #240675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240675; }

 p { color: rgb(36,6,117); }

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

background-color css

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

 a { background-color: rgb(36,6,117); }

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

border-color css

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

 span { border-color: rgb(36,6,117); }

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