Html Css Color HEX #240268 Persian Indigo

📋 copy color: '#240268'

red 36 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #240268

Tints of Persian Indigo #240268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 25.35%
G = 1.41%
B = 73.24%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240268 (or 0x240268) is known color: Persian Indigo. HEX triplet: 24, 02 and 68. RGB value is (36,2,104). Sum of RGB (Red+Green+Blue) = 36+2+104=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #240268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240268 is #DBFD97. Grayscale: #171717. Windows color (decimal): -14417304 or 6816292. OLE color: 6816292.

HSL color Cylindrical-coordinate representation of color #240268: hue angle of 260º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240268 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 2 104 -
CMYK 0.65 0.98 0 0.59
HSL 260º 0.96% 0.21% -
HSV(B) 260º 0.98% 0.41% -
XYZ 3.25 1.42 13.2 -
YUV 23.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 36 2 104 0.65 0.98 0 0.59 260 0.96 0.21
Hex 24 2 68 41 62 0 3B 104 60 15
Octal 44 2 150 101 142 0 73 404 140 25
Binary 100100 10 1101000 1000001 1100010 0 111011 100000100 1100000 10101

Color Harmonies of #240268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240268

Black with #240268

Text Example


Text Example

White with #240268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240268; }

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

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

background-color css

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

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

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

border-color css

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

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

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