Html Css Color HEX #240361 Persian Indigo

📋 copy color: '#240361'

red 36 ◦ green 3 ◦ blue 97

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

Shades of Persian Indigo #240361

Tints of Persian Indigo #240361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.32%

R = 26.47%
G = 2.21%
B = 71.32%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240361 (or 0x240361) is known color: Persian Indigo. HEX triplet: 24, 03 and 61. RGB value is (36,3,97). Sum of RGB (Red+Green+Blue) = 36+3+97=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #240361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240361 is #DBFC9E. Grayscale: #171717. Windows color (decimal): -14417055 or 6357796. OLE color: 6357796.

HSL color Cylindrical-coordinate representation of color #240361: hue angle of 261.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240361 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 3 97 -
CMYK 0.63 0.97 0 0.62
HSL 261.06º 0.94% 0.2% -
HSV(B) 261.06º 0.97% 0.38% -
XYZ 2.92 1.3 11.41 -
YUV 23.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 36 3 97 0.63 0.97 0 0.62 261.06 0.94 0.2
Hex 24 3 61 3F 61 0 3E 105 5E 14
Octal 44 3 141 77 141 0 76 405 136 24
Binary 100100 11 1100001 111111 1100001 0 111110 100000101 1011110 10100

Color Harmonies of #240361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240361

Black with #240361

Text Example


Text Example

White with #240361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240361; }

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

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

background-color css

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

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

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

border-color css

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

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

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