Html Css Color HEX #240367 Persian Indigo

📋 copy color: '#240367'

red 36 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #240367

Tints of Persian Indigo #240367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 103 (40.63% from 255) = 72.54%

R = 25.35%
G = 2.11%
B = 72.54%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#240367 (or 0x240367) is known color: Persian Indigo. HEX triplet: 24, 03 and 67. RGB value is (36,3,103). Sum of RGB (Red+Green+Blue) = 36+3+103=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #240367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240367 is #DBFC98. Grayscale: #171717. Windows color (decimal): -14417049 or 6751012. OLE color: 6751012.

HSL color Cylindrical-coordinate representation of color #240367: hue angle of 259.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240367 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 3 103 -
CMYK 0.65 0.97 0 0.60
HSL 259.8º 0.94% 0.21% -
HSV(B) 259.8º 0.97% 0.4% -
XYZ 3.21 1.42 12.94 -
YUV 24.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 36 3 103 0.65 0.97 0 0.60 259.8 0.94 0.21
Hex 24 3 67 41 61 0 3C 104 5E 15
Octal 44 3 147 101 141 0 74 404 136 25
Binary 100100 11 1100111 1000001 1100001 0 111100 100000100 1011110 10101

Color Harmonies of #240367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240367

Black with #240367

Text Example


Text Example

White with #240367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240367; }

 p { color: rgb(36,3,103); }

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

background-color css

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

 a { background-color: rgb(36,3,103); }

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

border-color css

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

 span { border-color: rgb(36,3,103); }

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