Html Css Color HEX #240286 Persian Indigo

📋 copy color: '#240286'

red 36 ◦ green 2 ◦ blue 134

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

Shades of Persian Indigo #240286

Tints of Persian Indigo #240286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 77.91%

R = 20.93%
G = 1.16%
B = 77.91%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240286 (or 0x240286) is known color: Persian Indigo. HEX triplet: 24, 02 and 86. RGB value is (36,2,134). Sum of RGB (Red+Green+Blue) = 36+2+134=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #240286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240286 is #DBFD79. Grayscale: #1A1A1A. Windows color (decimal): -14417274 or 8782372. OLE color: 8782372.

HSL color Cylindrical-coordinate representation of color #240286: hue angle of 255.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240286 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 2 134 -
CMYK 0.73 0.99 0 0.47
HSL 255.45º 0.97% 0.27% -
HSV(B) 255.45º 0.99% 0.53% -
XYZ 5.05 2.14 22.7 -
YUV 27.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 36 2 134 0.73 0.99 0 0.47 255.45 0.97 0.27
Hex 24 2 86 49 63 0 2F FF 61 1B
Octal 44 2 206 111 143 0 57 377 141 33
Binary 100100 10 10000110 1001001 1100011 0 101111 11111111 1100001 11011

Color Harmonies of #240286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240286

Black with #240286

Text Example


Text Example

White with #240286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240286; }

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

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

background-color css

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

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

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

border-color css

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

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

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