Html Css Color HEX #240C7F Persian Indigo

📋 copy color: '#240C7F'

red 36 ◦ green 12 ◦ blue 127

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

Shades of Persian Indigo #240C7F

Tints of Persian Indigo #240C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.86%

 BLUE value IS 127 (50% from 255) = 72.57%

R = 20.57%
G = 6.86%
B = 72.57%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#240C7F (or 0x240C7F) is known color: Persian Indigo. HEX triplet: 24, 0C and 7F. RGB value is (36,12,127). Sum of RGB (Red+Green+Blue) = 36+12+127=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #240C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C7F is #DBF380. Grayscale: #1F1F1F. Windows color (decimal): -14414721 or 8326180. OLE color: 8326180.

HSL color Cylindrical-coordinate representation of color #240C7F: hue angle of 252.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240C7F is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 12 127 -
CMYK 0.72 0.91 0 0.50
HSL 252.52º 0.83% 0.27% -
HSV(B) 252.52º 0.91% 0.5% -
XYZ 4.69 2.17 20.25 -
YUV 32.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 36 12 127 0.72 0.91 0 0.50 252.52 0.83 0.27
Hex 24 C 7F 48 5B 0 32 FD 53 1B
Octal 44 14 177 110 133 0 62 375 123 33
Binary 100100 1100 1111111 1001000 1011011 0 110010 11111101 1010011 11011

Color Harmonies of #240C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C7F

Black with #240C7F

Text Example


Text Example

White with #240C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240C7F; }

 p { color: rgb(36,12,127); }

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

background-color css

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

 a { background-color: rgb(36,12,127); }

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

border-color css

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

 span { border-color: rgb(36,12,127); }

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