Html Css Color HEX #240272 Persian Indigo

📋 copy color: '#240272'

red 36 ◦ green 2 ◦ blue 114

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

Shades of Persian Indigo #240272

Tints of Persian Indigo #240272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 75%

R = 23.68%
G = 1.32%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240272 (or 0x240272) is known color: Persian Indigo. HEX triplet: 24, 02 and 72. RGB value is (36,2,114). Sum of RGB (Red+Green+Blue) = 36+2+114=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #240272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240272 is #DBFD8D. Grayscale: #181818. Windows color (decimal): -14417294 or 7471652. OLE color: 7471652.

HSL color Cylindrical-coordinate representation of color #240272: hue angle of 258.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240272 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 2 114 -
CMYK 0.68 0.98 0 0.55
HSL 258.21º 0.97% 0.23% -
HSV(B) 258.21º 0.98% 0.45% -
XYZ 3.79 1.63 16.04 -
YUV 24.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 36 2 114 0.68 0.98 0 0.55 258.21 0.97 0.23
Hex 24 2 72 44 62 0 37 102 61 17
Octal 44 2 162 104 142 0 67 402 141 27
Binary 100100 10 1110010 1000100 1100010 0 110111 100000010 1100001 10111

Color Harmonies of #240272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240272

Black with #240272

Text Example


Text Example

White with #240272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240272; }

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

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

background-color css

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

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

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

border-color css

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

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

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