Html Css Color HEX #240265 Persian Indigo

📋 copy color: '#240265'

red 36 ◦ green 2 ◦ blue 101

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

Shades of Persian Indigo #240265

Tints of Persian Indigo #240265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 72.66%

R = 25.9%
G = 1.44%
B = 72.66%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#240265 (or 0x240265) is known color: Persian Indigo. HEX triplet: 24, 02 and 65. RGB value is (36,2,101). Sum of RGB (Red+Green+Blue) = 36+2+101=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #240265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240265 is #DBFD9A. Grayscale: #171717. Windows color (decimal): -14417307 or 6619684. OLE color: 6619684.

HSL color Cylindrical-coordinate representation of color #240265: hue angle of 260.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240265 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 2 101 -
CMYK 0.64 0.98 0 0.60
HSL 260.61º 0.96% 0.2% -
HSV(B) 260.61º 0.98% 0.4% -
XYZ 3.1 1.36 12.41 -
YUV 23.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 36 2 101 0.64 0.98 0 0.60 260.61 0.96 0.2
Hex 24 2 65 40 62 0 3C 105 60 14
Octal 44 2 145 100 142 0 74 405 140 24
Binary 100100 10 1100101 1000000 1100010 0 111100 100000101 1100000 10100

Color Harmonies of #240265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240265

Black with #240265

Text Example


Text Example

White with #240265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240265; }

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

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

background-color css

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

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

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

border-color css

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

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

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