Html Css Color HEX #240673 Persian Indigo

📋 copy color: '#240673'

red 36 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #240673

Tints of Persian Indigo #240673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 73.25%

R = 22.93%
G = 3.82%
B = 73.25%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240673 (or 0x240673) is known color: Persian Indigo. HEX triplet: 24, 06 and 73. RGB value is (36,6,115). Sum of RGB (Red+Green+Blue) = 36+6+115=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #240673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240673 is #DBF98C. Grayscale: #1A1A1A. Windows color (decimal): -14416269 or 7538212. OLE color: 7538212.

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

Color convert

RGB 36 6 115 -
CMYK 0.69 0.95 0 0.55
HSL 256.51º 0.9% 0.24% -
HSV(B) 256.51º 0.95% 0.45% -
XYZ 3.89 1.74 16.35 -
YUV 27.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 36 6 115 0.69 0.95 0 0.55 256.51 0.9 0.24
Hex 24 6 73 45 5F 0 37 101 5A 18
Octal 44 6 163 105 137 0 67 401 132 30
Binary 100100 110 1110011 1000101 1011111 0 110111 100000001 1011010 11000

Color Harmonies of #240673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240673

Black with #240673

Text Example


Text Example

White with #240673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240673; }

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

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

background-color css

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

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

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

border-color css

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

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

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