Html Css Color HEX #240261 Persian Indigo

📋 copy color: '#240261'

red 36 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #240261

Tints of Persian Indigo #240261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 26.67%
G = 1.48%
B = 71.85%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240261 (or 0x240261) is known color: Persian Indigo. HEX triplet: 24, 02 and 61. RGB value is (36,2,97). Sum of RGB (Red+Green+Blue) = 36+2+97=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #240261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240261 is #DBFD9E. Grayscale: #161616. Windows color (decimal): -14417311 or 6357540. OLE color: 6357540.

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

Color convert

RGB 36 2 97 -
CMYK 0.63 0.98 0 0.62
HSL 261.47º 0.96% 0.19% -
HSV(B) 261.47º 0.98% 0.38% -
XYZ 2.91 1.28 11.4 -
YUV 23 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 36 2 97 0.63 0.98 0 0.62 261.47 0.96 0.19
Hex 24 2 61 3F 62 0 3E 105 60 13
Octal 44 2 141 77 142 0 76 405 140 23
Binary 100100 10 1100001 111111 1100010 0 111110 100000101 1100000 10011

Color Harmonies of #240261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240261

Black with #240261

Text Example


Text Example

White with #240261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240261; }

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

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

background-color css

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

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

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

border-color css

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

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

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